Searched refs:TCC (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/regress/gnu/egcs/gcc-builtins/
H A DMakefile7 TCC= gcc macro
14 ${TCC} ${TCFLAGS} -o /dev/null ${i}.c 2>&1 | sed '/^\/tmp\//d;s/(\.text+0x[0-9a-f]*)//' | diff -u - ${.CURDIR}/${i}.c.exp
19 -${TCC} ${TCFLAGS} -o /dev/null ${i:C/^c-//g}.c 2>&1 | sed '/^\/tmp\//d;s/(\.text+0x[0-9a-f]*)//' >${i:C/^c-//g}.c.exp
/openbsd-current/regress/gnu/egcs/gcc-bounds/
H A DMakefile21 TCC= gcc macro
31 ${TCC} ${TCFLAGS} -o /dev/null ${i}-${j}.c 2>&1 | sed '/^\/tmp\//d;s/(\.text+0x[0-9a-f]*)//' | diff -u - ${.CURDIR}/${i}-${j}.c${EXP}
45 -${TCC} ${TCFLAGS} -o /dev/null ${i:C/^c-//g}.c 2>&1 | sed '/^\/tmp\//d;s/(\.text+0x[0-9a-f]*)//' >${i:C/^c-//g}.c${EXP}
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp252 const auto *TCC = cast<ElidedTemporaryObjectConstructionContext>(CC); local
265 TCC->getConstructorAfterElision(), State, BldrCtx, LCtx,
266 TCC->getConstructionContextAfterElision(), CallOpts);
281 const auto *TCC = cast<TemporaryObjectConstructionContext>(CC); local
282 const MaterializeTemporaryExpr *MTE = TCC->getMaterializedTemporaryExpr();
448 const auto *TCC = cast<ElidedTemporaryObjectConstructionContext>(CC); local
450 V, TCC->getConstructorAfterElision(), State, LCtx,
451 TCC->getConstructionContextAfterElision(), CallOpts);
455 State, TCC->getConstructorAfterElision(), LCtx, V);
458 if (const auto *BTE = TCC
473 const auto *TCC = cast<TemporaryObjectConstructionContext>(CC); local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_mca.c52 REG_GET_FIELD(mc_status, MCA_UMC_UMC0_MCUMC_STATUST0, TCC) == 1))
H A Dumc_v8_7.c86 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, TCC) == 1))
297 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, TCC) == 1))
H A Dumc_v6_7.c156 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, TCC) == 1)) {
354 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, TCC) == 1)) {
H A Dumc_v8_10.c139 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, TCC) == 1))
376 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, TCC) == 1)) {
H A Dumc_v6_1.c250 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, TCC) == 1))
/openbsd-current/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1047 MSP430CC::CondCodes TCC = MSP430CC::COND_INVALID; local
1051 TCC = MSP430CC::COND_E; // aka COND_Z
1058 TCC = MSP430CC::COND_NE; // aka COND_NZ
1073 TCC = MSP430CC::COND_LO;
1076 TCC = MSP430CC::COND_HS; // aka COND_C
1087 TCC = MSP430CC::COND_HS;
1090 TCC = MSP430CC::COND_LO; // aka COND_NC
1101 TCC = MSP430CC::COND_L;
1104 TCC = MSP430CC::COND_GE;
1115 TCC
[all...]
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp5812 TypoExpr *Sema::createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,
5816 assert(TCC && "createDelayedTypo requires a valid TypoCorrectionConsumer");
5819 State.Consumer = std::move(TCC);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c10366 #undef TCC
10354 #undef TCC macro
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4409 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,

Completed in 321 milliseconds