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

  /external/clang/include/clang/Sema/
Overload.h 65 ICK_Qualification, ///< Qualification conversions (C++ 4.4)
69 ICK_Integral_Conversion, ///< Integral conversions (C++ 4.7)
70 ICK_Floating_Conversion, ///< Floating point conversions (C++ 4.8)
71 ICK_Complex_Conversion, ///< Complex conversions (C99 6.3.1.6)
72 ICK_Floating_Integral, ///< Floating-integral conversions (C++ 4.9)
73 ICK_Pointer_Conversion, ///< Pointer conversions (C++ 4.10)
74 ICK_Pointer_Member, ///< Pointer-to-member conversions (C++ 4.11)
75 ICK_Boolean_Conversion, ///< Boolean conversions (C++ 4.12)
76 ICK_Compatible_Conversion, ///< Conversions between compatible types in C99
78 ICK_Vector_Conversion, ///< Vector conversions
    [all...]
  /external/chromium_org/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/vixl/test/
test-simulator-a64.cc     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 85 OverloadCandidateSet& Conversions,
224 /// implicit conversions.
242 // array-to-pointer or function-to-pointer implicit conversions, so
396 // Boolean conversions can be from pointers and pointers to members
397 // [conv.bool], and those aren't considered narrowing conversions.
415 // Such conversions on variables are always narrowing.
449 // Other kinds of conversions are not narrowings.
489 OS << "No conversions required";
541 new (&conversions()) ConversionSet();
545 conversions().~ConversionSet()
    [all...]
SemaPseudoObject.cpp     [all...]
SemaInit.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 579 ASTUnresolvedSet &Conversions = data().Conversions.get(Ctx);
583 Conversions.replace(cast<NamedDecl>(Primary->getPreviousDecl()),
586 Conversions.addDecl(Ctx, Primary, AS);
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/kde/
math.js 107 // Conversions
  /external/clang/include/clang/AST/
DeclCXX.h 486 LazyASTUnresolvedSet Conversions;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/llvm/test/MC/AArch64/
arm64-advsimd.s 626 ; AdvSIMD Floating-point <-> Integer Conversions
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 798 milliseconds