Searched refs:CC (Results 276 - 300 of 406) sorted by relevance

<<11121314151617

/external/tcpdump/
H A Dconfigure663 CC
688 CC
1200 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1280 CC C compiler command
1706 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1707 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1845 if test -z "$CC" ; then
1888 CC=shlicc2
1889 export CC
1894 if test -z "$CC"
[all...]
/external/e2fsprogs/debugfs/
H A DMakefile.in33 $(E) " CC $<"
34 $(Q) $(CC) -c $(ALL_CFLAGS) $< -o $@
40 $(Q) $(CC) $(ALL_LDFLAGS) -o debugfs $(DEBUG_OBJS) $(LIBS)
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h172 CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF,
/external/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp270 X86RegisterInfo::getCallPreservedMask(CallingConv::ID CC) const {
271 if (CC == CallingConv::GHC)
303 CallingConv::ID CC = MF.getFunction()->getCallingConv(); local
304 const uint32_t* RegMask = getCallPreservedMask(CC);
/external/openssl/crypto/srp/
H A Dsrp_grps.h248 bn_pack4(14CC,5ED2,0F80,37E0),
252 bn_pack4(23A9,7A7E,36CC,88BE),
386 bn_pack4(14CC,5ED2,0F80,37E0),
390 bn_pack4(23A9,7A7E,36CC,88BE),
/external/webkit/Tools/android/flex-2.5.4a/
H A Dconfigure384 ac_compile='${CC-cc} $CFLAGS $CPPFLAGS conftest.$ac_ext -c 1>&5 2>&5'
385 ac_link='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext -o conftest $LIBS 1>&5 2>&5'
461 if test -n "$CC"; then
462 ac_cv_prog_CC="$CC" # Let the user override the test.
476 CC="$ac_cv_prog_CC"
477 if test -n "$CC"; then
478 echo "$ac_t""$CC" 1>&4
493 if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
503 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4
508 if test -z "`${CC
[all...]
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1350 ARMCC::CondCodes CC = getITInstrPredicate(MI, PredReg); local
1351 if (CC != ARMCC::AL)
1581 ARMCC::CondCodes CC = (ARMCC::CondCodes)MI->getOperand(1).getImm(); local
1582 CC = ARMCC::getOppositeCondition(CC);
1609 MI->getOperand(1).setImm(CC);
1633 .addMBB(NextBB).addImm(CC).addReg(CCReg);
H A DARMISelLowering.cpp76 ARMCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, argument
79 : CCState(CC, isVarArg, MF, TM, locs, C) {
1086 /// IntCCToARMCC - Convert a DAG integer condition code to an ARM CC
1087 static ARMCC::CondCodes IntCCToARMCC(ISD::CondCode CC) { argument
1088 switch (CC) {
1103 /// FPCCToARMCC - Convert a DAG fp condition code to an ARM CC.
1104 static void FPCCToARMCC(ISD::CondCode CC, ARMCC::CondCodes &CondCode, argument
1107 switch (CC) {
1140 CCAssignFn *ARMTargetLowering::CCAssignFnForNode(CallingConv::ID CC, argument
1143 switch (CC) {
2759 getARMCmp(SDValue LHS, SDValue RHS, ISD::CondCode CC, SDValue &ARMcc, SelectionDAG &DAG, DebugLoc dl) const argument
2905 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(4))->get(); local
3007 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(1))->get(); local
3057 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(1))->get(); local
3585 SDValue CC = Op.getOperand(2); local
7043 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
8833 ISD::CondCode CC = cast<CondCodeSDNode>(N->getOperand(4))->get(); local
8913 ARMCC::CondCodes CC = local
[all...]
/external/bison/tests/
H A Dtestsuite1503 echo "input.at:343: \$CC \$CFLAGS \$CPPFLAGS -o input.o -c input.c"
1505 ( $at_traceon; $CC $CFLAGS $CPPFLAGS -o input.o -c input.c ) >$at_stdout 2>$at_stder1
1528 echo "input.at:344: \$CC \$CFLAGS \$CPPFLAGS -o main.o -c main.c"
1530 ( $at_traceon; $CC $CFLAGS $CPPFLAGS -o main.o -c main.c ) >$at_stdout 2>$at_stder1
1553 echo "input.at:345: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.o main.o \$LIBS"
1555 ( $at_traceon; $CC $CFLAGS $CPPFLAGS $LDFLAGS -o input input.o main.o $LIBS ) >$at_stdout 2>$at_stder1
4827 echo "synclines.at:95: \$CC \$CFLAGS \$CPPFLAGS -c syncline.c"
4829 ( $at_traceon; $CC $CFLAGS $CPPFLAGS -c syncline.c ) >$at_stdout 2>$at_stder1
4945 echo "synclines.at:95: \$CC \$CFLAGS \$CPPFLAGS -c input.c"
4947 ( $at_traceon; $CC
[all...]
H A DMakefile91 CC = gcc macro
408 $(TESTSUITE) CC='$(CXX)'
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp1225 CallingConv CC = T->getCallConv(); local
1226 if (CC == CC_Default) {
1231 CC = getASTContext().getDefaultCXXMethodCallConv(isVariadic);
1233 CC = CC_C;
1236 switch (CC) {
1238 llvm_unreachable("Unsupported CC for mangling");
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp535 static Mips::CondCode FPCondCCodeToFCC(ISD::CondCode CC) { argument
536 switch (CC) {
563 static bool InvertFPCondCode(Mips::CondCode CC) { argument
564 if (CC >= Mips::FCOND_F && CC <= Mips::FCOND_NGT)
567 assert((CC >= Mips::FCOND_T && CC <= Mips::FCOND_GT) &&
590 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get(); local
593 DAG.getConstant(FPCondCCodeToFCC(CC), MVT::i32));
631 ISD::CondCode CC local
835 GetFPBranchCodeFromCond(Mips::CondCode CC) argument
1519 Mips::CondCode CC = local
[all...]
/external/clang/lib/Sema/
H A DSemaType.cpp3866 CallingConv CC = fn->getCallConv(); local
3867 if (CC == CC_X86FastCall) {
3869 << FunctionType::getNameForCallConv(CC)
3882 CallingConv CC; local
3883 if (S.CheckCallingConvAttr(attr, CC))
3891 if (S.Context.getCanonicalCallConv(CC) ==
3893 FunctionType::ExtInfo EI= unwrapped.get()->getExtInfo().withCallingConv(CC);
3901 << FunctionType::getNameForCallConv(CC)
3908 if (CC == CC_X86FastCall) {
3911 << FunctionType::getNameForCallConv(CC);
[all...]
/external/elfutils/libelf/
H A DMakefile.am39 GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include)
/external/jpeg/
H A Dltmain.sh370 CC="$nonopt"
372 compile_command="$CC"
373 finalize_command="$CC"
1323 $show "(cd $objdir && $CC -c$no_builtin_flag \"$dlsyms\")"
1324 $run eval '(cd $objdir && $CC -c$no_builtin_flag "$dlsyms")' || exit $?
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h202 : CC(cc), CmpLHS(cmplhs), CmpMHS(cmpmiddle), CmpRHS(cmprhs),
206 // CC - the condition code to use for the case block's setcc node
207 ISD::CondCode CC; member in struct:llvm::SelectionDAGBuilder::CaseBlock
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh370 CC="$nonopt"
372 compile_command="$CC"
373 finalize_command="$CC"
1323 $show "(cd $objdir && $CC -c$no_builtin_flag \"$dlsyms\")"
1324 $run eval '(cd $objdir && $CC -c$no_builtin_flag "$dlsyms")' || exit $?
/external/libogg/win32/
H A DMakefile72 CC = gcc macro
/external/valgrind/unittest/
H A DMakefile147 ${CC} ${CFLAGS} $< \
/external/bison/lib/
H A DMakefile114 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
116 CCLD = $(CC)
136 CC = gcc macro
/external/chromium/sdch/open-vcdiff/
H A Dltmain.sh255 for arg in $CC; do
265 # but not from the CC environment variable when configure was run.
266 " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
275 for arg in $CC; do
285 " $CC "* | "$CC "* | " `$echo $CC` "* | "`
[all...]
/external/chromium/third_party/libevent/
H A Dltmain.sh255 for arg in $CC; do
265 # but not from the CC environment variable when configure was run.
266 " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
275 for arg in $CC; do
285 " $CC "* | "$CC "* | " `$echo $CC` "* | "`
[all...]
/external/e2fsprogs/debian/
H A Drules193 cd ${stdbuilddir} && AWK=/usr/bin/awk CC="${DEB_HOST_GNU_TYPE}-gcc" \
221 cd ${bfbuilddir} && AWK=/usr/bin/awk CC="${DEB_HOST_GNU_TYPE}-gcc" \
245 cd ${staticbuilddir} && AWK=/usr/bin/awk CC="${DEB_HOST_GNU_TYPE}-gcc" \
/external/libffi/
H A Dltmain.sh249 for arg in $CC; do
259 # but not from the CC environment variable when configure was run.
260 " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
269 for arg in $CC; do
279 " $CC "* | "$CC "* | " `$echo $CC` "* | "`
[all...]
/external/llvm/autoconf/
H A Dltmain.sh231 for arg in $CC; do
241 # but not from the CC environment variable when configure was run.
242 " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
251 for arg in $CC; do
261 " $CC "* | "$CC "* | " `$echo $CC` "* | "`
[all...]

Completed in 9406 milliseconds

<<11121314151617