/external/llvm/lib/Target/ARM/ |
ARMTargetMachine.cpp | 26 static cl::opt<bool>
|
MLxExpansionPass.cpp | 31 static cl::opt<bool> 33 static cl::opt<unsigned>
|
/external/llvm/lib/Target/Hexagon/ |
HexagonAsmPrinter.cpp | 60 static cl::opt<bool> AlignCalls(
|
/external/llvm/lib/Target/X86/ |
X86TargetMachine.cpp | 111 static cl::opt<bool>
|
/external/llvm/lib/Transforms/IPO/ |
Internalize.cpp | 35 static cl::opt<std::string>
|
PassManagerBuilder.cpp | 35 static cl::opt<bool> 38 static cl::opt<bool>
|
/external/llvm/lib/VMCore/ |
Dominators.cpp | 38 static cl::opt<bool,true>
|
/external/llvm/tools/bugpoint/ |
BugDriver.cpp | 42 cl::opt<std::string>
|
/external/llvm/tools/llvm-bcanalyzer/ |
llvm-bcanalyzer.cpp | 48 static cl::opt<std::string> 51 static cl::opt<bool> Dump("dump", cl::desc("Dump low level bitcode trace")); 57 static cl::opt<bool> NoHistogram("disable-histogram", 60 static cl::opt<bool>
|
/external/llvm/tools/llvm-readobj/ |
llvm-readobj.cpp | 33 static cl::opt<std::string>
|
/external/llvm/utils/FileCheck/ |
FileCheck.cpp | 33 static cl::opt<std::string> 36 static cl::opt<std::string> 40 static cl::opt<std::string> 44 static cl::opt<bool>
|
/external/openssl/crypto/bio/ |
b_sock.c | 949 int opt; local 952 opt=SOL_TCP; 955 opt=IPPROTO_TCP; 959 ret=setsockopt(s,opt,TCP_NODELAY,(char *)&on,sizeof(on));
|
/external/oprofile/libpopt/ |
popt.h | 91 #define POPT_ERROR_NULLARG -20 /*!< opt->arg should not be NULL */ 217 * @param opt option that triggered callback 223 /*@null@*/ const struct poptOption * opt,
|
/external/oprofile/ |
popt.h | 91 #define POPT_ERROR_NULLARG -20 /*!< opt->arg should not be NULL */ 217 * @param opt option that triggered callback 223 /*@null@*/ const struct poptOption * opt,
|
/external/v8/test/mjsunit/ |
debug-liveedit-patch-positions.js | 70 // --stress-opt. There is no way to get PCs now. 121 // running with --stress-opt). When we mark function for recompilation we
|
/external/webkit/Source/WebCore/bindings/scripts/test/CPP/ |
WebDOMTestObj.cpp | 786 void WebDOMTestObj::methodWithOptionalArg(int opt) 791 impl()->methodWithOptionalArg(opt); 794 void WebDOMTestObj::methodWithNonOptionalArgAndOptionalArg(int nonOpt, int opt) 799 impl()->methodWithNonOptionalArgAndOptionalArg(nonOpt, opt);
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texi2dvi | 134 opt=`echo "$1" | sed -e 's/=.*//'` 137 set dummy "$opt" "$val" ${1+"$@"}; shift
|
/packages/apps/Nfc/jni/ |
com_android_nfc.h | 149 int opt; member in struct:nfc_jni_native_data
|
/prebuilts/misc/common/json/ |
json-prebuilt.jar | |
/external/llvm/lib/CodeGen/ |
IfConversion.cpp | 36 static cl::opt<int> IfCvtFnStart("ifcvt-fn-start", cl::init(-1), cl::Hidden); 37 static cl::opt<int> IfCvtFnStop("ifcvt-fn-stop", cl::init(-1), cl::Hidden); 38 static cl::opt<int> IfCvtLimit("ifcvt-limit", cl::init(-1), cl::Hidden); 39 static cl::opt<bool> DisableSimple("disable-ifcvt-simple", 41 static cl::opt<bool> DisableSimpleF("disable-ifcvt-simple-false", 43 static cl::opt<bool> DisableTriangle("disable-ifcvt-triangle", 45 static cl::opt<bool> DisableTriangleR("disable-ifcvt-triangle-rev", 47 static cl::opt<bool> DisableTriangleF("disable-ifcvt-triangle-false", 49 static cl::opt<bool> DisableTriangleFR("disable-ifcvt-triangle-false-rev", 51 static cl::opt<bool> DisableDiamond("disable-ifcvt-diamond" [all...] |
/external/kernel-headers/original/linux/ |
ipv6.h | 371 struct ipv6_txoptions *opt; member in struct:ipv6_pinfo 375 struct ipv6_txoptions *opt; member in struct:ipv6_pinfo::__anon7954
|
/external/llvm/ |
Makefile | 143 .PHONY: debug-opt-prof 144 debug-opt-prof:
|
/external/llvm/lib/Support/ |
Timer.cpp | 45 static cl::opt<bool> 50 static cl::opt<std::string, true>
|
/external/llvm/lib/Transforms/Instrumentation/ |
ThreadSanitizer.cpp | 46 static cl::opt<std::string> ClBlackListFile("tsan-blacklist", 49 static cl::opt<bool> ClPrintStats("tsan-print-stats",
|
/external/llvm/tools/lto/ |
LTOCodeGenerator.cpp | 49 static cl::opt<bool> DisableInline("disable-inlining", cl::init(false), 52 static cl::opt<bool> DisableGVNLoadPRE("disable-gvn-loadpre", cl::init(false),
|