HomeSort by relevance Sort by last modified time
    Searched refs:ET (Results 26 - 50 of 60) sorted by null

12 3

  /external/clang/lib/AST/
Type.cpp 124 QualType et, QualType can,
128 : ArrayType(DependentSizedArray, et, can, sm, tq,
129 (et->containsUnexpandedParameterPack() ||
137 QualType ET,
141 ID.AddPointer(ET.getAsOpaquePtr());
631 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
632 return ET->getDecl()->isComplete(); // Complete enum types are integral in C.
647 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
648 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()
    [all...]
MicrosoftMangle.cpp     [all...]
ASTContext.cpp     [all...]
ASTDiagnostic.cpp 34 if (const ElaboratedType *ET = dyn_cast<ElaboratedType>(Ty)) {
35 QT = ET->desugar();
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 41 ET= U_EUROPEAN_NUMBER_TERMINATOR,
91 #define MASK_ET_NSM_BN (DIRPROP_FLAG(ET)|DIRPROP_FLAG(NSM)|MASK_BN_EXPLICIT)
94 #define MASK_POSSIBLE_N (DIRPROP_FLAG(CS)|DIRPROP_FLAG(ES)|DIRPROP_FLAG(ET)|MASK_N)
  /external/icu4c/common/
ubidiimp.h 41 ET= U_EUROPEAN_NUMBER_TERMINATOR,
91 #define MASK_ET_NSM_BN (DIRPROP_FLAG(ET)|DIRPROP_FLAG(NSM)|MASK_BN_EXPLICIT)
94 #define MASK_POSSIBLE_N (DIRPROP_FLAG(CS)|DIRPROP_FLAG(ES)|DIRPROP_FLAG(ET)|MASK_N)
  /frameworks/compile/slang/
slang_rs.cpp 106 RSExportType *ET = static_cast<RSExportType *>(RSE);
107 if (ET->getClass() != RSExportType::ExportClassRecord)
110 RSExportRecordType *ERT = static_cast<RSExportRecordType *>(ET);
slang_rs_export_foreach.cpp 448 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr());
450 if (ET == NULL) {
457 slangAssert((ET->getClass() == RSExportType::ExportClassRecord) &&
460 FE->mParamPacketType = static_cast<RSExportRecordType *>(ET);
slang_rs_export_type.h 197 static size_t GetTypeStoreSize(const RSExportType *ET);
200 static size_t GetTypeAllocSize(const RSExportType *ET);
  /external/clang/utils/TableGen/
NeonEmitter.cpp 136 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbididat.c 22 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
28 /* L R EN ES ET AN CS B S WS ON */
111 R, EN, NSM, ET
293 RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE, ON, EN, B
  /external/icu4c/test/cintltst/
cbididat.c 22 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
28 /* L R EN ES ET AN CS B S WS ON */
111 R, EN, NSM, ET
293 RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE, ON, EN, B
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 630 Type* ET = AT->getElementType();
631 printType(ET);
633 std::string elemName(getCppName(ET));
643 Type* ET = PT->getElementType();
644 printType(ET);
646 std::string elemName(getCppName(ET));
656 Type* ET = PT->getElementType();
657 printType(ET);
659 std::string elemName(getCppName(ET));
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 128 llvm::Type *ET = PT->getElementType();
129 uint64_t ETSize = DL->getTypeAllocSize(ET);
  /external/clang/include/clang/AST/
Type.h     [all...]
ExprCXX.h     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 292 if (const EnumType *ET = E->getType()->getAs<EnumType>()) {
293 return ET->getDecl();
    [all...]
SemaExprCXX.cpp     [all...]
SemaStmt.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGExpr.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]

Completed in 1378 milliseconds

12 3