Home
last modified time | relevance | path

Searched defs:TCC (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp234 const auto *TCC = cast<ElidedTemporaryObjectConstructionContext>(CC); in computeObjectUnderConstruction() local
263 const auto *TCC = cast<TemporaryObjectConstructionContext>(CC); in computeObjectUnderConstruction() local
413 const auto *TCC = cast<ElidedTemporaryObjectConstructionContext>(CC); in updateObjectsUnderConstruction() local
438 const auto *TCC = cast<TemporaryObjectConstructionContext>(CC); in updateObjectsUnderConstruction() local
/netbsd-src/external/bsd/nvi/dist/tcl_api/
H A Dtcl.c759 #define TCC(name, function) { \ macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1046 MSP430CC::CondCodes TCC = MSP430CC::COND_INVALID; in EmitCMP() local
/netbsd-src/sys/arch/emips/include/
H A Demipsreg.h470 # define TCC 4 macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp5481 TypoExpr *Sema::createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC, in createDelayedTypo()