HomeSort by relevance Sort by last modified time
    Searched refs:Conversions (Results 1 - 13 of 13) sorted by null

  /external/clang/include/clang/Sema/
Overload.h 66 ICK_Qualification, ///< Qualification conversions (C++ 4.4)
70 ICK_Integral_Conversion, ///< Integral conversions (C++ 4.7)
71 ICK_Floating_Conversion, ///< Floating point conversions (C++ 4.8)
72 ICK_Complex_Conversion, ///< Complex conversions (C99 6.3.1.6)
73 ICK_Floating_Integral, ///< Floating-integral conversions (C++ 4.9)
74 ICK_Pointer_Conversion, ///< Pointer conversions (C++ 4.10)
75 ICK_Pointer_Member, ///< Pointer-to-member conversions (C++ 4.11)
76 ICK_Boolean_Conversion, ///< Boolean conversions (C++ 4.12)
77 ICK_Compatible_Conversion, ///< Conversions between compatible types in C99
79 ICK_Vector_Conversion, ///< Vector conversions
    [all...]
  /external/perfetto/src/base/
time_unittest.cc 25 TEST(TimeTest, Conversions) {
  /external/vixl/test/aarch64/
test-simulator-aarch64.cc     [all...]
  /external/libchrome/base/android/
scoped_java_ref_unittest.cc 67 // The main purpose of this is testing the various conversions compile.
68 TEST_F(ScopedJavaRefTest, Conversions) {
  /external/clang/lib/Sema/
SemaOverload.cpp 86 OverloadCandidateSet& Conversions,
197 /// implicit conversions.
215 // array-to-pointer or function-to-pointer implicit conversions, so
310 // Boolean conversions can be from pointers and pointers to members
311 // [conv.bool], and those aren't considered narrowing conversions.
402 // Such conversions on variables are always narrowing.
436 // Other kinds of conversions are not narrowings.
476 OS << "No conversions required";
528 new (&conversions()) ConversionSet();
532 conversions().~ConversionSet()
    [all...]
SemaInit.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 609 ASTUnresolvedSet &Conversions = data().Conversions.get(Ctx);
613 Conversions.replace(cast<NamedDecl>(Primary->getPreviousDecl()),
616 Conversions.addDecl(Ctx, Primary, AS);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 480 LazyASTUnresolvedSet Conversions;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/llvm/test/MC/AArch64/
arm64-advsimd.s 777 ; AdvSIMD Floating-point <-> Integer Conversions
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
arm64-advsimd.s 777 ; AdvSIMD Floating-point <-> Integer Conversions
    [all...]

Completed in 419 milliseconds