Home
last modified time | relevance | path

Searched defs:CC (Results 1 – 25 of 164) sorted by relevance

1234567

/trueos/contrib/one-true-awk/
HDmakefile29 CC = gcc -Wall -g -Wwrite-strings macro
30 CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov macro
31 CC = gcc -g -Wall -pedantic macro
32 CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing macro
/trueos/contrib/llvm/tools/clang/lib/AST/
HDMangle.cpp82 CallingConv CC = FT->getCallConv(); in getStdOrFastCallMangling() local
96 StdOrFastCC CC = getStdOrFastCallMangling(ASTContext, D); in shouldMangleDeclName() local
134 StdOrFastCC CC = getStdOrFastCallMangling(ASTContext, D); in mangleName() local
/trueos/contrib/llvm/lib/Target/Sparc/
HDSparcInstrInfo.cpp83 static bool IsIntegerCC(unsigned CC) in IsIntegerCC()
89 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC) in GetOppositeBranchCondition()
243 unsigned CC = Cond[0].getImm(); in InsertBranch() local
/trueos/contrib/llvm/utils/TableGen/
HDCallingConvEmitter.cpp58 void CallingConvEmitter::EmitCallingConv(Record *CC, raw_ostream &O) { in EmitCallingConv()
105 Record *CC = Action->getValueAsDef("CC"); in EmitAction() local
/trueos/contrib/ipfilter/samples/
HDMakefile1 CC=gcc macro
/trueos/contrib/gdtoa/
HDmakefile27 CC = cc macro
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp472 ISD::CondCode CC, SDLoc dl) { in SelectCC()
569 static PPC::Predicate getPredicateForSetCC(ISD::CondCode CC) { in getPredicateForSetCC()
600 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert) { in getCRIdxForSetCC()
632 static unsigned int getVCmpInst(MVT::SimpleValueType VecVT, ISD::CondCode CC) { in getVCmpInst()
714 ISD::CondCode CC = cast<CondCodeSDNode>(N->getOperand(2))->get(); in SelectSETCC() local
1183 ISD::CondCode CC = cast<CondCodeSDNode>(N->getOperand(4))->get(); in Select() local
1246 ISD::CondCode CC = cast<CondCodeSDNode>(N->getOperand(1))->get(); in Select() local
/trueos/contrib/wpa/wpa_supplicant/dbus/
HDMakefile11 CC=gcc macro
/trueos/usr.bin/c89/
HDc89.c40 #define CC "/usr/bin/cc" /* The big kahuna doing the actual work. */ macro
/trueos/sys/contrib/xz-embedded/userspace/
HDMakefile10 CC = gcc -std=gnu89 macro
/trueos/contrib/llvm/lib/Target/ARM/
HDThumb2ITBlockPass.cpp106 ARMCC::CondCodes CC, ARMCC::CondCodes OCC, in MoveCopyOutOfITBlock()
171 ARMCC::CondCodes CC = getITInstrPredicate(MI, PredReg); in InsertITInstructions() local
/trueos/contrib/pam_modules/pam_passwdqc/
HDMakefile5 CC = gcc macro
/trueos/contrib/ipfilter/ipsd/
HDMakefile17 CC=gcc macro
/trueos/contrib/llvm/lib/Target/XCore/
HDXCoreInstrInfo.cpp147 static inline unsigned GetCondBranchFromCond(XCore::CondCode CC) in GetCondBranchFromCond()
158 static inline XCore::CondCode GetOppositeBranchCondition(XCore::CondCode CC) in GetOppositeBranchCondition()
/trueos/contrib/llvm/lib/Target/MSP430/InstPrinter/
HDMSP430InstPrinter.cpp90 unsigned CC = MI->getOperand(OpNo).getImm(); in printCCOperand() local
/trueos/contrib/llvm/lib/Transforms/Utils/
HDFlattenCFG.cpp279 Value *CC = PBI->getCondition(); in FlattenParallelAndOr() local
437 Value *CC = PBI->getCondition(); in MergeIfRegion() local
/trueos/sys/contrib/ngatm/netnatm/api/
HDcc_sig.c61 #define cc_sig_log(CC, FMT, ARGS...) do { \ argument
66 #define cc_sig_log(CC, FMT, ...) do { \ argument
/trueos/contrib/llvm/lib/Target/
HDMangler.cpp122 CallingConv::ID CC = F->getCallingConv(); in getNameWithPrefix() local
/trueos/contrib/llvm/lib/Target/Sparc/InstPrinter/
HDSparcInstPrinter.cpp109 int CC = (int)MI->getOperand(opNum).getImm(); in printCCOperand() local
/trueos/crypto/openssl/crypto/krb5/
HDMakefile7 CC= cc macro
/trueos/crypto/openssl/crypto/pqueue/
HDMakefile7 CC= cc macro
/trueos/crypto/openssl/crypto/txt_db/
HDMakefile7 CC= cc macro
/trueos/crypto/openssl/crypto/stack/
HDMakefile7 CC= cc macro
/trueos/crypto/openssl/crypto/lhash/
HDMakefile7 CC= cc macro
/trueos/crypto/openssl/crypto/md4/
HDMakefile7 CC= cc macro

1234567