/external/u-boot/scripts/kconfig/ |
merge_config.sh | 117 for CFG in $CFG_LIST ; do 118 grep -q -w $CFG $TMP_FILE || continue 119 PREV_VAL=$(grep -w $CFG $TMP_FILE) 120 NEW_VAL=$(grep -w $CFG $MERGE_FILE) 122 echo Value of $CFG is redefined by fragment $MERGE_FILE: 127 echo Value of $CFG is redundant by fragment $MERGE_FILE: 129 sed -i "/$CFG[ =]/d" $TMP_FILE 158 for CFG in $(sed -n "$SED_CONFIG_EXP" $TMP_FILE); do 160 REQUESTED_VAL=$(grep -w -e "$CFG" $TMP_FILE) 161 ACTUAL_VAL=$(grep -w -e "$CFG" "$KCONFIG_CONFIG" [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
CFGReachabilityAnalysis.h | 12 // is reachable within the CFG. 24 class CFG; 38 CFGReverseBlockReachabilityAnalysis(const CFG &cfg);
|
PostOrderCFGView.h | 1 //===- PostOrderCFGView.h - Post order view of CFG blocks ---------*- C++ --*-// 10 // This file implements post order view of the blocks in a CFG. 25 #include "clang/Analysis/CFG.h" 46 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} 72 typedef llvm::po_iterator<const CFG*, CFGBlockSet, true> po_iterator; 82 PostOrderCFGView(const CFG *cfg);
|
UninitializedValues.h | 24 class CFG; 120 void runUninitializedVariablesAnalysis(const DeclContext &dc, const CFG &cfg,
|
/external/clang/unittests/Analysis/ |
CFGTest.cpp | 1 //===- unittests/Analysis/CFGTest.cpp - CFG tests -------------------------===// 11 #include "clang/Analysis/CFG.h" 21 // Constructing a CFG for a range-based for over a dependent type fails (but 23 TEST(CFG, RangeBasedForOverDependentType) { 41 std::unique_ptr<CFG> cfg = local 42 CFG::buildCFG(nullptr, Body, Result.Context, CFG::BuildOptions()); 43 EXPECT_EQ(nullptr, cfg);
|
/external/clang/include/clang/Analysis/ |
CFGStmtMap.h | 18 #include "clang/Analysis/CFG.h" 22 class CFG; 36 /// Returns a new CFGMap for the given CFG. It is the caller's 38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
|
AnalysisContext.h | 19 #include "clang/Analysis/CFG.h" 73 std::unique_ptr<CFG> cfg, completeCFG; member in class:clang::AnalysisDeclContext 76 CFG::BuildOptions cfgBuildOptions; 77 CFG::BuildOptions::ForcedBlkExprs *forcedBlkExprs; 96 const CFG::BuildOptions &BuildOptions); 109 /// Return the build options used to construct the CFG. 110 CFG::BuildOptions &getCFGBuildOptions() { 114 const CFG::BuildOptions &getCFGBuildOptions() const { 120 /// reachable from them can appear to be dead in the CFG, analysis passes mus [all...] |
CFG.h | 1 //===--- CFG.h - Classes for representing and building CFGs------*- C++ -*-===// 10 // This file defines the CFG and CFGBuilder classes for representing and 43 class CFG; 327 /// CFGBlock - Represents a single basic block in a source-level CFG. 412 /// of the CFG. 416 /// This class represents a potential adjacent block in the CFG. It encodes 471 /// CFG blocks. 487 /// Parent - The parent CFG that owns this CFGBlock. 488 CFG *Parent; 491 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent [all...] |
/external/freetype/ |
configure | 100 if test ! -r $abs_curr_dir/modules.cfg; then 101 echo "Copying \`modules.cfg'" 102 cp $abs_ft2_dir/modules.cfg $abs_curr_dir 122 CFG= 128 x--srcdir=* ) CFG="$CFG '$x'/builds/unix" ;; 129 *) CFG="$CFG '$x'" ;; 133 CFG=$CFG $MAKE setup uni [all...] |
/external/icu/icu4c/source/extra/uconv/ |
makedata.mak | 14 !IF "$(CFG)" == "" 15 CFG=Debug 20 !IF "$(CFG)" != "Release" && "$(CFG)" != "release" && "$(CFG)" != "Debug" && "$(CFG)" != "debug" && "$(CFG)" != "x86\Release" && "$(CFG)" != "x86\Debug" && "$(CFG)" != "x64\Release" && "$(CFG)" != "x64\Debug [all...] |
/external/libaom/ |
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/" 84 #clang-format -i "${CFG}/${1}/config/"*_rtcd.h 133 cp config/aom_version.h "${CFG}/config/"
|
/external/icu/icu4c/source/test/testdata/ |
testdata.mak | 84 @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -q -s"$(TESTDATA)" -d"$(TESTDATABLD)" $< 88 "$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATA)" -eUTF-16BE -d"$(TESTDATABLD)" encoded.utf16be 92 @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATA)" -d"$(TESTDATABLD)" idna_rules.txt 95 "$(TESTDATABLD)\test.icu" : {"$(ICUTOOLS)\gentest\$(CFG)"}gentest.exe 96 "$(ICUTOOLS)\gentest\$(CFG)\gentest" -d"$(TESTDATABLD)" 99 "$(TESTDATABLD)\testtable32.txt" : {"$(ICUTOOLS)\gentest\$(CFG)"}gentest.exe 100 "$(ICUTOOLS)\gentest\$(CFG)\gentest" -r -d"$(TESTDATABLD)" 103 "$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATABLD)" -d"$(TESTDATABLD)" testtable32.txt 106 "$(TESTDATABLD)\nfscsi.spp" : {"$(ICUTOOLS)\gensprep\$(CFG)"}gensprep.exe "$(TESTDATA)\nfs4_cs_prep_ci.txt" 108 @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfscsi -u 3.2.0 nfs4_cs_prep_ci.tx [all...] |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/ |
ImplicitResolverTest.java | 39 private static final Tag CFG = new Tag("!cfg"); 46 this.yamlConstructors.put(CFG, new ConfigObjectConstruct()); 58 if (CFG.equals(node.getTag())) { 87 yaml.addImplicitResolver(CFG, Pattern.compile("\\$\\([a-zA-Z\\d\\u002E\\u005F]+\\)"), "$"); 88 TestBean bean = (TestBean) yaml.load("!testbean {myval: !cfg $(user.home)}");
|
/external/skia/src/sksl/ |
SkSLCFGGenerator.h | 19 // index of a block within CFG.fBlocks 85 * expression after the deleted expression. Otherwise returns false (and the CFG will need to be 93 * pointing to the same expression it did initially. Otherwise returns false (and the CFG will 108 * newly inserted expression. Otherwise returns false (and the CFG will need to be regenerated). 120 struct CFG { 142 // which we set the CFG up. 155 CFG getCFG(FunctionDefinition& f); 158 void addStatement(CFG& cfg, std::unique_ptr<Statement>* s); 160 void addExpression(CFG& cfg, std::unique_ptr<Expression>* e, bool constantPropagate) [all...] |
/external/skqp/src/sksl/ |
SkSLCFGGenerator.h | 19 // index of a block within CFG.fBlocks 85 * expression after the deleted expression. Otherwise returns false (and the CFG will need to be 93 * pointing to the same expression it did initially. Otherwise returns false (and the CFG will 108 * newly inserted expression. Otherwise returns false (and the CFG will need to be regenerated). 120 struct CFG { 142 // which we set the CFG up. 155 CFG getCFG(FunctionDefinition& f); 158 void addStatement(CFG& cfg, std::unique_ptr<Statement>* s); 160 void addExpression(CFG& cfg, std::unique_ptr<Expression>* e, bool constantPropagate) [all...] |
/external/clang/lib/Analysis/ |
PostOrderCFGView.cpp | 1 //===- PostOrderCFGView.cpp - Post order view of CFG blocks -------*- C++ --*-// 10 // This file implements post order view of the blocks in a CFG. 20 PostOrderCFGView::PostOrderCFGView(const CFG *cfg) { 21 Blocks.reserve(cfg->getNumBlockIDs()); 22 CFGBlockSet BSet(cfg); 24 for (po_iterator I = po_iterator::begin(cfg, BSet), 25 E = po_iterator::end(cfg, BSet); I != E; ++I) { 32 const CFG *cfg = ctx.getCFG() local [all...] |
CFGStmtMap.cpp | 17 #include "clang/Analysis/CFG.h" 78 CFGStmtMap *CFGStmtMap::Build(CFG *C, ParentMap *PM) { 86 for (CFG::iterator I = C->begin(), E = C->end(); I != E; ++I)
|
/external/freetype/builds/unix/ |
detect.mk | 64 # Arguments to `configure' should be in the CFG variable. Example: 66 # make CFG="--prefix=/usr --disable-static" 89 $(TOP_DIR)/builds/unix/configure $(value CFG) 92 ./configure $(value CFG)
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
cfg.cpp | 15 #include "source/opt/cfg.h" 36 CFG::CFG(Module* module) 49 void CFG::AddEdges(BasicBlock* blk) { 59 void CFG::RemoveNonExistingEdges(uint32_t blk_id) { 75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, 98 void CFG::ForEachBlockInPostOrder(BasicBlock* bb, 111 void CFG::ForEachBlockInReversePostOrder( 124 void CFG::ComputeStructuredSuccessors(Function* func) { 150 void CFG::ComputePostOrderTraversal(BasicBlock* bb [all...] |
cfg.h | 29 class CFG { 31 explicit CFG(Module* module); 80 // Registers |blk| as a basic block in the cfg, this also updates the 93 // Removes from the CFG any mapping for the basic block id |blk_id|. 145 // Computes the post-order traversal of the cfg starting at |bb| skipping 152 // Module for this CFG. 164 // Augmented CFG Exit Block.
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
cfg.cpp | 15 #include "source/opt/cfg.h" 36 CFG::CFG(Module* module) 49 void CFG::AddEdges(BasicBlock* blk) { 59 void CFG::RemoveNonExistingEdges(uint32_t blk_id) { 75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, 98 void CFG::ForEachBlockInPostOrder(BasicBlock* bb, 111 void CFG::ForEachBlockInReversePostOrder( 124 void CFG::ComputeStructuredSuccessors(Function* func) { 150 void CFG::ComputePostOrderTraversal(BasicBlock* bb [all...] |
/external/curl/docs/examples/ |
Makefile.netware | 179 ifeq ($(findstring -static,$(CFG)),-static) 182 ifeq ($(findstring -ares,$(CFG)),-ares) 185 ifeq ($(findstring -rtmp,$(CFG)),-rtmp) 190 ifeq ($(findstring -ssh2,$(CFG)),-ssh2) 195 ifeq ($(findstring -ssl,$(CFG)),-ssl) 198 ifeq ($(findstring -zlib,$(CFG)),-zlib) 201 ifeq ($(findstring -idn,$(CFG)),-idn) 204 ifeq ($(findstring -ipv6,$(CFG)),-ipv6)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
VPlan.cpp | 28 #include "llvm/IR/CFG.h" 114 VPBasicBlock::createEmptyBasicBlock(VPTransformState::CFGState &CFG) { 117 BasicBlock *PrevBB = CFG.PrevBB; 119 PrevBB->getParent(), CFG.LastBB); 126 BasicBlock *PredBB = CFG.VPBB2IRBB[PredVPBB]; 150 VPBasicBlock *PrevVPBB = State->CFG.PrevVPBB; 152 BasicBlock *NewBB = State->CFG.PrevBB; // Reuse it if possible. 167 NewBB = createEmptyBasicBlock(State->CFG); 169 // Temporarily terminate with unreachable until CFG is rewired. 173 Loop *L = State->LI->getLoopFor(State->CFG.LastBB) [all...] |
/external/aac/libSACdec/src/ |
sac_rom.h | 118 #define CFG(a) (FX_DBL2FXCONST_SGL(a)) 125 #define CFG(a) FIXP_DBL(a)
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
AnalyzerStatsChecker.cpp | 44 const CFG *C = nullptr; 69 // Get the CFG and the Decl of this block. 75 for (CFG::const_iterator I = C->begin(); I != C->end(); ++I) {
|