/external/icu/icu4c/source/extra/uconv/ |
D | makedata.mak | 14 !IF "$(CFG)" == "" 15 CFG=Debug macro 20 …CFG)" != "Release" && "$(CFG)" != "release" && "$(CFG)" != "Debug" && "$(CFG)" != "debug" && "$(CF… 21 !MESSAGE Invalid configuration "$(CFG)" specified. 23 !MESSAGE by defining the macro CFG on the command line. For example: 25 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug" 47 DLL_OUTPUT=.\$(CFG) 55 # Note: This is similar to the TOOLS CFG PATH in source\data\makedata.mak 56 …"$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug" || "$(CFG)" == "ARM\Release" || "$(CFG)" == "… 66 !IF "$(CFG)" == "ARM\Release" || "$(CFG)" == "ARM\Debug" [all …]
|
/external/llvm-project/llvm/test/Other/ |
D | print-module-scope.ll | 8 ; RUN: | FileCheck %s -check-prefix=CFG 11 ; RUN: | FileCheck %s -check-prefix=CFG 19 ; CFG: IR Dump After {{Simplify the CFG|SimplifyCFGPass}} 20 ; CFG-SAME: function: foo 21 ; CFG-NEXT: ModuleID = 22 ; CFG: define void @foo 23 ; CFG: define void @bar 24 ; CFG: declare void @baz 25 ; CFG: IR Dump After 26 ; CFG-SAME: function: bar [all …]
|
/external/llvm/test/CodeGen/ARM/Windows/ |
D | dbzchk.ll | 36 ; CHECK-DIV-DAG: Successors according to CFG: BB#5({{.*}}) BB#4 38 ; CHECK-DIV-DAG: Successors according to CFG: BB#3 40 ; CHECK-DIV-DAG: Successors according to CFG: BB#3 43 ; CHECK-DIV-DAG: Successors according to CFG: BB#1({{.*}}) BB#2 73 ; CHECK-MOD-DAG: Successors according to CFG: BB#2({{.*}}) BB#1 75 ; CHECK-MOD-DAG: Successors according to CFG: BB#4({{.*}}) BB#3 78 ; CHECK-MOD-DAG: Successors according to CFG: BB#2 81 …dos -verify-machineinstrs -filetype asm -o /dev/null %s 2>&1 | FileCheck %s -check-prefix CHECK-CFG 82 …isel-pseudos -verify-machineinstrs -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-CFG-ASM 118 ; CHECK-CFG-DAG: BB#0 [all …]
|
/external/llvm-project/llvm/test/CodeGen/ARM/Windows/ |
D | dbzchk.ll | 77 …sel -verify-machineinstrs -filetype asm -o /dev/null %s 2>&1 | FileCheck %s -check-prefix CHECK-CFG 78 …dows-itanium -verify-machineinstrs -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-CFG-ASM 114 ; CHECK-CFG-DAG: %bb.0 115 ; CHECK-CFG-DAG: t2Bcc %bb.2 116 ; CHECK-CFG-DAG: t2B %bb.1 118 ; CHECK-CFG-DAG: %bb.1 119 ; CHECK-CFG-DAG: t2B %bb.3 121 ; CHECK-CFG-DAG: %bb.2 122 ; CHECK-CFG-DAG: tCMPi8 %{{[0-9]}}{{[^,]*}}, 0 123 ; CHECK-CFG-DAG: t2Bcc %bb.5 [all …]
|
/external/rust/cxx/gen/build/src/ |
D | error.rs | 1 use crate::cfg::CFG; 43 expr!(CFG.exported_header_dirs), in fmt() 49 expr!(CFG.exported_header_prefixes), in fmt() 54 expr!(CFG.exported_header_dirs), in fmt() 60 expr!(CFG.exported_header_prefixes), in fmt() 66 expr!(CFG.exported_header_links), in fmt() 72 expr!(CFG.exported_header_prefixes), in fmt() 78 expr!(CFG.exported_header_links), in fmt()
|
D | lib.rs | 107 pub use crate::cfg::{Cfg, CFG}; 162 let include_prefix = Path::new(CFG.include_prefix); in init() 236 for exported_dir in &CFG.exported_header_dirs { in validate_cfg() 242 for prefix in &CFG.exported_header_prefixes { in validate_cfg() 249 if !CFG.exported_header_dirs.is_empty() { in validate_cfg() 252 if !CFG.exported_header_prefixes.is_empty() { in validate_cfg() 255 if !CFG.exported_header_links.is_empty() { in validate_cfg() 287 for exported_dir in &CFG.exported_header_dirs { in make_this_crate() 300 Some(links_attribute) => CFG.exported_header_links.iter().any(|&exported| { in make_this_crate() 311 Some(include_prefix) => CFG.exported_header_prefixes.iter().any(|&exported| { in make_this_crate() [all …]
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/ |
D | Application.vcp | 8 CFG=Application - Win32 (WCE emulator) Debug 15 !MESSAGE by defining the macro CFG on the command line. For example: 17 !MESSAGE NMAKE /f "Application.vcn" CFG="Application - Win32 (WCE emulator) Debug" 33 !IF "$(CFG)" == "Application - Win32 (WCE emulator) Release" 67 !ELSEIF "$(CFG)" == "Application - Win32 (WCE emulator) Debug" 100 !ELSEIF "$(CFG)" == "Application - Win32 (WCE ARMV4) Release" 134 !ELSEIF "$(CFG)" == "Application - Win32 (WCE ARMV4) Debug" 183 !IF "$(CFG)" == "Application - Win32 (WCE emulator) Release" 192 !ELSEIF "$(CFG)" == "Application - Win32 (WCE emulator) Debug" 201 !ELSEIF "$(CFG)" == "Application - Win32 (WCE ARMV4) Release" [all …]
|
/external/freetype/ |
D | configure | 124 CFG= 130 x--srcdir=* ) CFG="$CFG '$x'/builds/unix" ;; 131 *) CFG="$CFG '$x'" ;; 135 CFG=$CFG $MAKE setup unix
|
/external/libaom/ |
D | generate_config.sh | 36 CFG="${BASE}/config" 40 rm -rf "${CFG}" 41 mkdir -p "${CFG}/config" 56 mkdir -p "${CFG}/${1}/config" 81 cp config/aom_config.{h,c,asm} "${CFG}/${1}/config/" 83 cp config/*_rtcd.h "${CFG}/${1}/config/" 133 cp config/aom_version.h "${CFG}/config/"
|
/external/llvm-project/clang/unittests/Analysis/ |
D | CFGTest.cpp | 27 TEST(CFG, RangeBasedForOverDependentType) { in TEST() argument 37 TEST(CFG, StaticInitializerLastCondition) { in TEST() argument 42 CFG::BuildOptions Options; in TEST() 55 TEST(CFG, DeleteExpressionOnDependentType) { in TEST() argument 65 TEST(CFG, VariableOfIncompleteType) { in TEST() argument 73 TEST(CFG, IsLinear) { in TEST() argument 90 TEST(CFG, ElementRefIterator) { in TEST() argument 101 CFG *Cfg = B.getCFG(); in TEST() 223 TEST(CFG, Worklists) { in TEST() argument 234 auto *CFG = AC.getCFG(); in TEST() local [all …]
|
D | CFGBuildResult.h | 27 std::unique_ptr<CFG> Cfg = nullptr, 32 CFG *getCFG() const { return Cfg.get(); } in getCFG() 38 std::unique_ptr<CFG> Cfg; 49 CFG::BuildOptions Options; 58 if (std::unique_ptr<CFG> Cfg = in run() 59 CFG::buildCFG(nullptr, Body, Result.Context, Options)) in run() 65 inline BuildResult BuildCFG(const char *Code, CFG::BuildOptions Options = {}) {
|
/external/lzma/CPP/7zip/Bundles/Alone7z/ |
D | Alone.dsp | 7 CFG=Alone - Win32 DebugU 14 !MESSAGE by defining the macro CFG on the command line. For example: 16 !MESSAGE NMAKE /f "Alone.mak" CFG="Alone - Win32 DebugU" 33 !IF "$(CFG)" == "Alone - Win32 Release" 58 !ELSEIF "$(CFG)" == "Alone - Win32 Debug" 82 !ELSEIF "$(CFG)" == "Alone - Win32 ReleaseU" 109 !ELSEIF "$(CFG)" == "Alone - Win32 DebugU" 1238 !IF "$(CFG)" == "Alone - Win32 Release" 1243 !ELSEIF "$(CFG)" == "Alone - Win32 Debug" 1247 !ELSEIF "$(CFG)" == "Alone - Win32 ReleaseU" [all …]
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 43 class CFG; variable 488 CFG *Parent; 491 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent) in CFGBlock() 640 CFG *getParent() const { return Parent; } in getParent() 644 void dump(const CFG *cfg, const LangOptions &LO, bool ShowColors = false) const; 645 void print(raw_ostream &OS, const CFG* cfg, const LangOptions &LO, 721 class CFG { 814 static std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *AST, ASTContext *C, 950 CFG() in CFG() function 1058 template <> struct GraphTraits< ::clang::CFG* > [all …]
|
D | AnalysisContext.h | 73 std::unique_ptr<CFG> cfg, completeCFG; 76 CFG::BuildOptions cfgBuildOptions; 77 CFG::BuildOptions::ForcedBlkExprs *forcedBlkExprs; 96 const CFG::BuildOptions &BuildOptions); 110 CFG::BuildOptions &getCFGBuildOptions() { in getCFGBuildOptions() 114 const CFG::BuildOptions &getCFGBuildOptions() const { in getCFGBuildOptions() 155 CFG *getCFG(); 162 CFG *getUnoptimizedCFG(); 245 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); } in getCFG() 413 CFG::BuildOptions cfgBuildOptions; [all …]
|
/external/curl/lib/ |
D | Makefile.netware | 212 ifeq ($(findstring -static,$(CFG)),-static) 215 ifeq ($(findstring -ares,$(CFG)),-ares) 218 ifeq ($(findstring -rtmp,$(CFG)),-rtmp) 223 ifeq ($(findstring -ssh2,$(CFG)),-ssh2) 228 ifeq ($(findstring -ssl,$(CFG)),-ssl) 230 ifeq ($(findstring -srp,$(CFG)),-srp) 236 ifeq ($(findstring -zlib,$(CFG)),-zlib) 239 ifeq ($(findstring -idn,$(CFG)),-idn) 242 ifeq ($(findstring -nghttp2,$(CFG)),-nghttp2) 245 ifeq ($(findstring -ipv6,$(CFG)),-ipv6)
|
/external/rust/cxx/book/src/build/ |
D | cargo.md | 75 name by modifying **[`CFG.include_prefix`][CFG]** from build.rs: 77 [CFG]: https://docs.rs/cxx-build/*/cxx_build/static.CFG.html 82 use cxx_build::CFG; 85 CFG.include_prefix = "my/project"; 151 The following CFG settings are only relevant to you if you are writing a library 156 **[`CFG.exported_header_dirs`][CFG]** (vector of absolute paths) defines a set 184 use cxx_build::CFG; 190 CFG.exported_header_dirs.extend(python_include_paths); 207 use cxx_build::CFG; 214 CFG.exported_header_dirs.push(&headers); [all …]
|
/external/clang/unittests/Analysis/ |
D | CFGTest.cpp | 23 TEST(CFG, RangeBasedForOverDependentType) { in TEST() argument 41 std::unique_ptr<CFG> cfg = in TEST() 42 CFG::buildCFG(nullptr, Body, Result.Context, CFG::BuildOptions()); in TEST()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | AnalysisDeclContext.h | 79 std::unique_ptr<CFG> cfg, completeCFG; 82 CFG::BuildOptions cfgBuildOptions; 83 CFG::BuildOptions::ForcedBlkExprs *forcedBlkExprs = nullptr; 100 const CFG::BuildOptions &BuildOptions); 110 CFG::BuildOptions &getCFGBuildOptions() { return cfgBuildOptions; } in getCFGBuildOptions() 112 const CFG::BuildOptions &getCFGBuildOptions() const { in getCFGBuildOptions() 152 CFG *getCFG(); 159 CFG *getUnoptimizedCFG(); 247 CFG *getCFG() const { return Ctx->getCFG(); } in getCFG() 425 CFG::BuildOptions cfgBuildOptions; [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | Makefile.msvc | 130 ! MESSAGE Usage: nmake /f makefile.msvc CFG=<config> <target> 158 CARES_OUTDIR = $(CARES_DIR)\$(CFG) 159 PROG1_OUTDIR = $(PROG1_DIR)\$(CFG) 160 PROG2_OUTDIR = $(PROG2_DIR)\$(CFG) 161 PROG3_OUTDIR = $(PROG3_DIR)\$(CFG) 367 $(MAKE) /f .\Makefile.msvc CFG=lib-release ALL 368 $(MAKE) /f .\Makefile.msvc CFG=lib-debug ALL 369 $(MAKE) /f .\Makefile.msvc CFG=dll-release ALL 370 $(MAKE) /f .\Makefile.msvc CFG=dll-debug ALL 376 @$(MAKE) /nologo /f .\Makefile.msvc CFG=lib-release install [all …]
|
/external/curl/src/ |
D | Makefile.netware | 221 ifeq ($(findstring -static,$(CFG)),-static) 224 ifeq ($(findstring -ares,$(CFG)),-ares) 227 ifeq ($(findstring -rtmp,$(CFG)),-rtmp) 232 ifeq ($(findstring -ssh2,$(CFG)),-ssh2) 237 ifeq ($(findstring -ssl,$(CFG)),-ssl) 240 ifeq ($(findstring -zlib,$(CFG)),-zlib) 243 ifeq ($(findstring -idn,$(CFG)),-idn) 246 ifeq ($(findstring -metalink,$(CFG)),-metalink) 250 ifeq ($(findstring -nghttp2,$(CFG)),-nghttp2) 253 ifeq ($(findstring -ipv6,$(CFG)),-ipv6)
|
/external/python/cpython2/PC/VC6/ |
D | _ssl.dsp | 7 CFG=_ssl - Win32 Debug 14 !MESSAGE by defining the macro CFG on the command line. For example: 16 !MESSAGE NMAKE /f "_ssl.mak" CFG="_ssl - Win32 Debug" 29 !IF "$(CFG)" == "_ssl - Win32 Release" 50 !ELSEIF "$(CFG)" == "_ssl - Win32 Debug" 78 !IF "$(CFG)" == "_ssl - Win32 Release" 80 !ELSEIF "$(CFG)" == "_ssl - Win32 Debug"
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.cpp | 115 VPBasicBlock::createEmptyBasicBlock(VPTransformState::CFGState &CFG) { in createEmptyBasicBlock() argument 118 BasicBlock *PrevBB = CFG.PrevBB; in createEmptyBasicBlock() 120 PrevBB->getParent(), CFG.LastBB); in createEmptyBasicBlock() 127 BasicBlock *PredBB = CFG.VPBB2IRBB[PredVPBB]; in createEmptyBasicBlock() 138 CFG.VPBBsToFix.push_back(PredVPBB); in createEmptyBasicBlock() 165 VPBasicBlock *PrevVPBB = State->CFG.PrevVPBB; in execute() 167 BasicBlock *NewBB = State->CFG.PrevBB; // Reuse it if possible. in execute() 182 NewBB = createEmptyBasicBlock(State->CFG); in execute() 188 Loop *L = State->LI->getLoopFor(State->CFG.LastBB); in execute() 190 State->CFG.PrevBB = NewBB; in execute() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | cfg.cpp | 36 CFG::CFG(Module* module) in CFG() function in spvtools::opt::CFG 49 void CFG::AddEdges(BasicBlock* blk) { in AddEdges() 59 void CFG::RemoveNonExistingEdges(uint32_t blk_id) { in RemoveNonExistingEdges() 75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() 98 void CFG::ForEachBlockInPostOrder(BasicBlock* bb, in ForEachBlockInPostOrder() 111 void CFG::ForEachBlockInReversePostOrder( in ForEachBlockInReversePostOrder() 119 bool CFG::WhileEachBlockInReversePostOrder( in WhileEachBlockInReversePostOrder() 135 void CFG::ComputeStructuredSuccessors(Function* func) { in ComputeStructuredSuccessors() 161 void CFG::ComputePostOrderTraversal(BasicBlock* bb, in ComputePostOrderTraversal() 185 BasicBlock* CFG::SplitLoopHeader(BasicBlock* bb) { in SplitLoopHeader()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | cfg.cpp | 36 CFG::CFG(Module* module) in CFG() function in spvtools::opt::CFG 49 void CFG::AddEdges(BasicBlock* blk) { in AddEdges() 59 void CFG::RemoveNonExistingEdges(uint32_t blk_id) { in RemoveNonExistingEdges() 75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() 98 void CFG::ForEachBlockInPostOrder(BasicBlock* bb, in ForEachBlockInPostOrder() 111 void CFG::ForEachBlockInReversePostOrder( in ForEachBlockInReversePostOrder() 119 bool CFG::WhileEachBlockInReversePostOrder( in WhileEachBlockInReversePostOrder() 135 void CFG::ComputeStructuredSuccessors(Function* func) { in ComputeStructuredSuccessors() 161 void CFG::ComputePostOrderTraversal(BasicBlock* bb, in ComputePostOrderTraversal() 185 BasicBlock* CFG::SplitLoopHeader(BasicBlock* bb) { in SplitLoopHeader()
|
/external/curl/docs/examples/ |
D | Makefile.netware | 200 ifeq ($(findstring -static,$(CFG)),-static) 203 ifeq ($(findstring -ares,$(CFG)),-ares) 206 ifeq ($(findstring -rtmp,$(CFG)),-rtmp) 211 ifeq ($(findstring -ssh2,$(CFG)),-ssh2) 216 ifeq ($(findstring -ssl,$(CFG)),-ssl) 219 ifeq ($(findstring -zlib,$(CFG)),-zlib) 222 ifeq ($(findstring -idn,$(CFG)),-idn) 225 ifeq ($(findstring -ipv6,$(CFG)),-ipv6)
|