reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
126 P->getFirst() = EmptyKey; 135 P->getFirst() = EmptyKey; 519 TheBucket->getFirst() = std::forward<KeyArg>(Key);include/llvm/Support/type_traits.h
122 static auto get(F*) -> decltype(std::declval<F &>() = std::declval<const F &>(), std::true_type{});
lib/AsmParser/LLParser.cpp 3094 ID.APFloatVal = Lex.getAPFloatVal();
lib/Support/APFloat.cpp3937 Floats[0] = RHS.Floats[0]; 3938 Floats[1] = RHS.Floats[1]; 3963 z = cc; 3979 Floats[0] = z; 3984 Floats[1] = a; 3990 Floats[1] = c; 4015 Floats[0] = z; 4136 Floats[0] = T; 4161 Floats[0] = U; 4168 Floats[1] = T;lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
2600 FVal = CN->getValueAPF(); 2609 FVal = cast<ConstantFP>(CN->getConstVal())->getValueAPF();lib/Transforms/InstCombine/InstCombineAddSub.cpp
236 *P = C;
tools/clang/lib/AST/ExprConstant.cpp1452 FloatReal = v.getComplexFloatReal(); 1453 FloatImag = v.getComplexFloatImag(); 3431 Value = NewVal.getFloat(); 12380 Result = V.getFloat(); 12519 Result = CV.FloatReal; 12531 Result = CV.FloatImag; 12596 Result = V.getComplexFloatReal(); 12645 Result.FloatReal = Zero; 12646 Result.FloatImag = Zero; 12866 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); 12880 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); 13551 Result = ExprResult.Val.getFloat();tools/clang/tools/extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
96 Value = Constant.getFloat();
tools/lldb/source/Utility/Scalar.cpp 312 m_float = rhs.m_float;
unittests/ADT/APFloatTest.cpp1347 P = T; 1350 P = T; 1353 P = T; 1356 P = T; 1360 P = S; 1363 P = S; 1366 P = S; 1369 P = S; 1373 P = R; 1376 P = R; 1379 P = R; 1382 P = R;