HomeSort by: relevance | last modified time | path
    Searched defs:Auto (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
WithColor.h 42 Auto,
63 ColorMode Mode = ColorMode::Auto);
74 ColorMode Mode = ColorMode::Auto)
  /src/external/bsd/zstd/dist/contrib/pzstd/
Options.h 25 enum class WriteMode { Regular, Auto, Sparse };
  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPConstants.h 41 constexpr auto Enum = omp::InternalControlVar::Enum;
50 constexpr auto Enum = omp::ICVInitValue::Enum;
59 #define OMP_RTL(Enum, ...) constexpr auto Enum = omp::RuntimeFunction::Enum;
69 constexpr auto Enum = omp::DefaultKind::Enum;
80 #define OMP_IDENT_FLAG(Enum, ...) constexpr auto Enum = omp::IdentFlag::Enum;
118 Auto = 38, // auto
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/
llvm-cxxfilt.cpp 22 Auto, ///< auto-detect mangling
34 cl::values(clEnumValN(Auto, "auto", "auto-detect style"),
36 cl::init(Auto));
118 const auto Head = Source.begin();
121 auto Start = std::find_if(Head, Source.end(), IsLegalChar);
128 auto End = std::find_if_not(Start, Source.end(), IsLegalChar);
129 auto DEnd = std::find_if(End, Source.end(), IsLegalChar)
    [all...]
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.h 17 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl;
  /src/external/bsd/wpa/dist/src/eapol_auth/
eapol_auth_sm_i.h 17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 369 auto Addr = getAddressSpace();
685 auto CommonPtrVal = reinterpret_cast<uintptr_t>(Value.getOpaqueValue());
1449 /// auto
1450 Auto,
1452 /// decltype(auto)
1705 /// Was this placeholder type spelled as 'auto', 'decltype(auto)',
2101 bool isUndeducedAutoType() const; // C++11 auto or
2102 // C++14 decltype(auto)
2181 /// it somehow involves a C++11 'auto' type or similar which has not yet bee
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 252 for (auto *Attr : ignoredTypeAttrs)
267 /// Completely replace the \c auto in \p TypeWithAuto by
272 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) {
274 auto *NewAttrTy = cast<AttributedType>(T.getTypePtr());
293 for (auto It = std::partition_point(
309 auto FoundLoc = LocsForMacros.find(MQT);
842 const auto *objcObjectType = type->getAs<ObjCObjectType>();
893 if (auto attr = qual.getAs<AttributedTypeLoc>()) {
942 if (const auto *typeArgObjC = typeArg->getAs<ObjCObjectPointerType>()) {
953 const auto *boundObjC = bound->getAs<ObjCObjectPointerType>()
    [all...]

Completed in 36 milliseconds