Home
last modified time | relevance | path

Searched defs:CT (Results 1 – 25 of 69) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp162 CXType CT = { TK, { TK == CXType_Invalid ? nullptr in MakeCXType() local
169 static inline QualType GetQualType(CXType CT) { in GetQualType()
173 static inline CXTranslationUnit GetTU(CXType CT) { in GetTU()
291 CXString clang_getTypeSpelling(CXType CT) { in clang_getTypeSpelling()
389 CXType clang_getCanonicalType(CXType CT) { in clang_getCanonicalType()
404 unsigned clang_isConstQualifiedType(CXType CT) { in clang_isConstQualifiedType()
409 unsigned clang_isVolatileQualifiedType(CXType CT) { in clang_isVolatileQualifiedType()
414 unsigned clang_isRestrictQualifiedType(CXType CT) { in clang_isRestrictQualifiedType()
419 unsigned clang_getAddressSpace(CXType CT) { in clang_getAddressSpace()
432 CXString clang_getTypedefName(CXType CT) { in clang_getTypedefName()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1058 CanThrowResult CT = CT_Cannot; in canVarDeclThrow() local
1138 CanThrowResult CT = canDynamicCastThrow(CE); in canThrow() local
1157 CanThrowResult CT; in canThrow() local
1175 CanThrowResult CT = canCalleeThrow(*this, CE, CE->getConstructor()); in canThrow() local
1188 CanThrowResult CT = CT_Cannot; in canThrow() local
1199 CanThrowResult CT; in canThrow() local
1211 CanThrowResult CT; in canThrow() local
1232 CanThrowResult CT = in canThrow() local
1241 CanThrowResult CT = CT_Cannot; in canThrow() local
1318 CanThrowResult CT = in canThrow() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp103 CodeTemplate CT; in appendCodeTemplates() local
125 CodeTemplate CT; in appendCodeTemplates() local
145 CodeTemplate CT; in appendCodeTemplates() local
H A DSnippetGenerator.cpp27 std::vector<CodeTemplate> getSingleton(CodeTemplate &&CT) { in getSingleton()
150 CodeTemplate &CT = Result.back(); in generateSelfAliasingCodeTemplates() local
168 CodeTemplate &CT = Result.back(); in generateUnconstrainedCodeTemplates() local
H A DParallelSnippetGenerator.cpp161 CodeTemplate CT; in generateCodeTemplates() local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_quantize.c45 UINT128 CT; local
H A Dbid64_fma.c69 UINT128 P, PU, CT, CZ; local
H A Dbid64_add.c122 UINT128 CA, CT, CT_new; local
H A Dbid64_sqrt.c66 UINT128 CA, CT; in bid64_sqrt() local
H A Dbid_inline_add.h78 UINT128 CA, CT, CT_new; in get_add64() local
808 UINT128 CY_L, CX, FS, F, CT, ST, T2; in get_add128() local
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_quantize.c45 UINT128 CT; local
H A Dbid64_fma.c69 UINT128 P, PU, CT, CZ; local
H A Dbid64_add.c122 UINT128 CA, CT, CT_new; local
H A Dbid64_sqrt.c66 UINT128 CA, CT; in bid64_sqrt() local
H A Dbid_inline_add.h78 UINT128 CA, CT, CT_new; in get_add64() local
808 UINT128 CY_L, CX, FS, F, CT, ST, T2; in get_add128() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp127 if (auto *CT = dyn_cast<DICompositeType>(T)) { in printModuleDebugInfo() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcanthrow.d38 enum CT : BE enum
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
H A Dscopebuffer.d177 package alias CT = Select!(is(const(T) : T), const(T), T); member
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dscopebuffer.d178 package alias CT = Select!(is(const(T) : T), const(T), T); member
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp360 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl() local
374 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl() local
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp645 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp385 if (StructType *CT = dyn_cast<StructType>(EltTy)) { in runOnFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp277 if (DICompositeType *CT = OldTypeRefs.Final.lookup(Ref.first)) in tryToResolveCycles() local
304 DICompositeType &CT) { in addTypeRef()
317 if (auto *CT = OldTypeRefs.Final.lookup(UUID)) in upgradeTypeRef() local
1524 DICompositeType *CT = nullptr; in parseOneMetadata() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp301 CatchableType CT; in dumpCXXData() local
436 const CatchableType &CT = CTPair.second; in dumpCXXData() local

123