Searched defs:CFG (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/extra/uconv/
H A Dmakedata.mak12 !IF "$(CFG)" == ""
13 CFG=Debug macro
18 !IF "$(CFG)" != "Release" && "$(CFG)" != "release" && "$(CFG)" != "Debug" && "$(CFG)" != "debug" && "$(CFG)" != "x86\Release" && "$(CFG)" != "x86\Debug" && "$(CFG)" != "x64\Release" && "$(CFG)" !
[all...]
/external/stlport/
H A Dconfigure.bat369 if "%TARGETCPU%" == "X86EMnset CFG=none" goto pr_emul variable
/external/clang/include/clang/Analysis/
H A DCFG.h1 //===--- CFG.h - Classes for representing and building CFGs------*- C++ -*-===//
10 // This file defines the CFG and CFGBuilder classes for representing and
42 class CFG;
275 /// CFGBlock - Represents a single basic block in a source-level CFG.
360 /// of the CFG.
364 /// CFG blocks.
380 /// Parent - The parent CFG that owns this CFGBlock.
381 CFG *Parent;
384 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent)
414 // CFG iterator
587 class CFG { class in class:clang::CFGBlock
816 CFG() : Entry(NULL), Exit(NULL), IndirectGotoBlock(NULL), NumBlockIDs(0), function in class:clang::CFGBlock::CFG
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 846 milliseconds