HomeSort by relevance Sort by last modified time
    Searched refs:Decayed (Results 1 - 25 of 26) sorted by null

1 2

  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FormatVariadicDetails.h 49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatVariadicDetails.h 49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatVariadicDetails.h 49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormatVariadicDetails.h 49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatVariadicDetails.h 49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatVariadicDetails.h 49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatVariadicDetails.h 49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormatVariadicDetails.h 49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatVariadicDetails.h 49 using Decayed = typename std::decay<T>::type;
50 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
  /frameworks/native/libs/binder/include/binder/
SafeInterface.h 332 // This struct provides information on whether the decayed types of the elements at Index in the
381 using Decayed = typename std::decay<T>::type;
384 static constexpr bool value = std::is_pointer<Decayed>::value;
532 using Decayed = typename std::decay<ElementType>::type;
533 using WithoutPointer = typename std::remove_pointer<Decayed>::type;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 216 case Type::Decayed:
    [all...]
ASTContext.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 511 case Type::Decayed:
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGDebugInfo.cpp     [all...]

Completed in 1197 milliseconds

1 2