HomeSort by relevance Sort by last modified time
    Searched refs:Declare (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 118 INITIALIZE_PASS(StripDebugDeclare, "strip-debug-declare",
119 "Strip all llvm.dbg.declare intrinsics", false, false)
244 if (Function *Declare = M.getFunction("llvm.dbg.declare")) {
245 while (!Declare->use_empty()) {
246 CallInst *CI = cast<CallInst>(Declare->use_back());
249 Declare->eraseFromParent();
300 Function *Declare = M.getFunction("llvm.dbg.declare");
303 if (Declare) {
    [all...]
  /external/v8/src/
scopes.cc 46 // When inserting a new variable via Declare(), we rely on the fact that
64 Variable* VariableMap::Declare(
160 Variable* variable = variables_.Declare(this,
314 // Declare convenience variables.
315 // Declare and allocate receiver (even for the global scope, and even
324 variables_.Declare(this,
338 // Declare 'arguments' variable which exists in all functions.
341 variables_.Declare(this,
402 variables_.Declare(this,
445 Variable* var = variables_.Declare(
    [all...]
scopes.h 47 Variable* Declare(Scope* scope,
126 // Declare the function variable for a function literal. This variable
140 // Declare a parameter in this scope. When there are duplicated
145 // Declare a local variable in this scope. If the variable has been
152 // Declare an implicit global variable in this scope which must be a
parser.h 771 void Declare(Declaration* declaration, bool resolve, bool* ok);
parser.cc     [all...]
  /external/bison/doc/
refcard.tex 337 \key{Declare a terminal symbol.}{\%token <{\it t\/}>
340 \key{Declare a terminal symbol, and define its association.}
  /external/bison/data/
yacc.c 179 # Declare the variables that are global, or local to YYPARSE if
222 # Declare all the variables that are needed to maintain the parser state
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 50 /// This function strips all debug info intrinsics, except for llvm.dbg.declare.
51 /// If an llvm.dbg.declare intrinsic is invalid, then this function simply
78 if (Function *Declare = M->getFunction("llvm.dbg.declare")) {
79 if (!Declare->use_empty()) {
80 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back());
83 while (!Declare->use_empty()) {
84 CallInst *CI = cast<CallInst>(Declare->use_back());
87 Declare->eraseFromParent();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 292 /// This function strips all debug info intrinsics, except for llvm.dbg.declare.
293 /// If an llvm.dbg.declare intrinsic is invalid, then this function simply
320 if (Function *Declare = M->getFunction("llvm.dbg.declare")) {
321 if (!Declare->use_empty()) {
322 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back());
325 while (!Declare->use_empty()) {
326 CallInst *CI = cast<CallInst>(Declare->use_back());
329 Declare->eraseFromParent();
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 315 /// This is a bit of an ugly (and slow) solution, but it works. Declare an
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 543 milliseconds