HomeSort by: relevance | last modified time | path
    Searched refs:TCC (Results 1 - 13 of 13) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
Makefile.msc 499 # will run on the target platform. (BCC and TCC are usually the
503 TCC = $(CC) -nologo -W4 -DINCLUDE_MSVC_H=1 $(CCOPTS) $(TCCOPTS)
505 TCC = $(CC) -nologo -W3 $(CCOPTS) $(TCCOPTS)
511 TCC = $(TCC) -WX
514 TCC = $(TCC) -DSQLITE_OS_WIN=1 -I. -I$(TOP) -fp:precise
629 TCC = $(TCC) -FAcs
638 TCC = $(TCC) -DSQLITE_OS_WINRT=
    [all...]
  /src/external/bsd/nvi/dist/tcl_api/
tcl.c 759 #define TCC(name, function) { \
763 TCC("viAppendLine", tcl_aline);
764 TCC("viDelLine", tcl_dline);
765 TCC("viEndScreen", tcl_escreen);
766 TCC("viFindScreen", tcl_fscreen);
767 TCC("viGetCursor", tcl_getcursor);
768 TCC("viGetLine", tcl_gline);
769 TCC("viGetMark", tcl_getmark);
770 TCC("viGetOpt", tcl_opts_get);
771 TCC("viInsertLine", tcl_iline)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 234 const auto *TCC = cast<ElidedTemporaryObjectConstructionContext>(CC);
247 TCC->getConstructorAfterElision(), State, LCtx,
248 TCC->getConstructionContextAfterElision(), CallOpts);
263 const auto *TCC = cast<TemporaryObjectConstructionContext>(CC);
264 const MaterializeTemporaryExpr *MTE = TCC->getMaterializedTemporaryExpr();
413 const auto *TCC = cast<ElidedTemporaryObjectConstructionContext>(CC);
415 V, TCC->getConstructorAfterElision(), State, LCtx,
416 TCC->getConstructionContextAfterElision(), CallOpts);
420 State, TCC->getConstructorAfterElision(), LCtx, V);
423 if (const auto *BTE = TCC->getCXXBindTemporaryExpr()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 1046 MSP430CC::CondCodes TCC = MSP430CC::COND_INVALID;
1050 TCC = MSP430CC::COND_E; // aka COND_Z
1057 TCC = MSP430CC::COND_NE; // aka COND_NZ
1072 TCC = MSP430CC::COND_LO;
1075 TCC = MSP430CC::COND_HS; // aka COND_C
1086 TCC = MSP430CC::COND_HS;
1089 TCC = MSP430CC::COND_LO; // aka COND_NC
1100 TCC = MSP430CC::COND_L;
1103 TCC = MSP430CC::COND_GE;
1114 TCC = MSP430CC::COND_GE
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_umc_v6_1.c 176 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, TCC) == 1))
  /src/external/gpl3/gcc/dist/gcc/cp/
lex.cc 105 #define DEFTRAIT(TCC, CODE, NAME, ARITY) \
106 { NAME, CPTK_##CODE, ARITY, (TCC == tcc_type) },
cxx-pretty-print.cc 2641 #define DEFTRAIT(TCC, CODE, NAME, ARITY) \
cp-tree.h 1400 #define DEFTRAIT(TCC, CODE, NAME, ARITY) \
  /src/sys/arch/emips/include/
emipsreg.h 470 # define TCC 4
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 5481 TypoExpr *Sema::createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,
5485 assert(TCC && "createDelayedTypo requires a valid TypoCorrectionConsumer");
5488 State.Consumer = std::move(TCC);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4040 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 26001 #undef TCC
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 26004 #undef TCC

Completed in 103 milliseconds