HomeSort by relevance Sort by last modified time
    Searched defs:CFG (Results 1 - 8 of 8) sorted by null

  /external/icu4c/extra/uconv/
makedata.mak 12 !IF "$(CFG)" == ""
13 CFG=Debug
18 !IF "$(CFG)" != "Release" && "$(CFG)" != "release" && "$(CFG)" != "Debug" && "$(CFG)" != "debug" && "$(CFG)" != "x86\Release" && "$(CFG)" != "x86\Debug" && "$(CFG)" != "x64\Release" && "$(CFG)" != "x64\Debug
    [all...]
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 6 !IF "$(CFG)" == ""
7 CFG=gas2masm - Win32 Debug
11 !IF "$(CFG)" != "gas2masm - Win32 Release" && "$(CFG)" !=\
13 !MESSAGE Invalid configuration "$(CFG)" specified.
15 !MESSAGE by defining the macro CFG on the command line. For example:
17 !MESSAGE NMAKE /f "gas2masm.mak" CFG="gas2masm - Win32 Debug"
39 !IF "$(CFG)" == "gas2masm - Win32 Release"
92 !ELSEIF "$(CFG)" == "gas2masm - Win32 Debug"
176 !IF "$(CFG)" == "gas2masm - Win32 Release"
    [all...]
  /external/stlport/
configure.bat 369 if "%TARGETCPU%" == "X86EMnset CFG=none" goto pr_emul
  /external/quake/quake/src/QW/server/
qwsv.mak 6 !IF "$(CFG)" == ""
7 CFG=qwsv - Win32 Debug
11 !IF "$(CFG)" != "qwsv - Win32 Release" && "$(CFG)" != "qwsv - Win32 Debug"
12 !MESSAGE Invalid configuration "$(CFG)" specified.
14 !MESSAGE by defining the macro CFG on the command line. For example:
16 !MESSAGE NMAKE /f "qwsv.mak" CFG="qwsv - Win32 Debug"
37 !IF "$(CFG)" == "qwsv - Win32 Release"
137 !ELSEIF "$(CFG)" == "qwsv - Win32 Debug"
320 !IF "$(CFG)" == "qwsv - Win32 Release"
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 1 //===--- CFG.h - Classes for representing and building CFGs------*- C++ -*-===//
10 // This file defines the CFG and CFGBuilder classes for representing and
41 class CFG;
243 /// CFGBlock - Represents a single basic block in a source-level CFG.
328 /// of the CFG.
332 /// CFG blocks.
348 /// Parent - The parent CFG that owns this CFGBlock.
349 CFG *Parent;
352 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent)
382 // CFG iterator
    [all...]
  /external/quake/quake/src/QW/client/
qwcl.mak 6 !IF "$(CFG)" == ""
7 CFG=qwcl - Win32 GL Debug
11 !IF "$(CFG)" != "qwcl - Win32 Release" && "$(CFG)" != "qwcl - Win32 Debug" &&\
12 "$(CFG)" != "qwcl - Win32 GL Debug" && "$(CFG)" != "qwcl - Win32 GL Release"
13 !MESSAGE Invalid configuration "$(CFG)" specified.
15 !MESSAGE by defining the macro CFG on the command line. For example:
17 !MESSAGE NMAKE /f "qwcl.mak" CFG="qwcl - Win32 GL Debug"
41 !IF "$(CFG)" == "qwcl - Win32 Release"
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 1 //===--- CFG.cpp - Classes for representing and building CFGs----*- C++ -*-===//
10 // This file defines the CFG and CFGBuilder classes for representing and
16 #include "clang/Analysis/CFG.h"
43 /// The CFG builder uses a recursive algorithm to build the CFG. When
181 /// Begin of scope in direction of CFG building (backwards).
205 /// BlockScopePosPair - Structure for specifying position in CFG during its
206 /// build process. It consists of CFGBlock that specifies position in CFG graph
220 /// can be decided up front during CFG construction.
236 /// CFGBuilder - This class implements CFG construction from an AST
255 OwningPtr<CFG> cfg; member in class:__anon5092::CFGBuilder
3971 print(llvm::errs(), cfg, LO, ShowColors); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 

Completed in 642 milliseconds