| /external/chromium_org/third_party/angle_dx11/src/compiler/ |
| glslang_lex.cpp | 13 #pragma GCC diagnostic ignored "-Wunused-variable" 205 * access to the local variable yy_act. Since yyless() is a macro, it would break 209 * normally declared as a register variable-- so it is not worth it. 2884 TVariable* variable = static_cast<TVariable*>(symbol); local [all...] |
| glslang_tab.cpp | 78 #pragma GCC diagnostic ignored "-Wunused-variable" 403 /* Suppress unused-variable warnings by "using" E. */ 3451 TVariable* variable = 0; local 3474 TVariable* variable; local 3499 TVariable* variable = 0; local 3555 TVariable* variable = 0; local 3602 TVariable* variable = 0; local 4579 TVariable *variable = new TVariable(param.name, *param.type); local [all...] |
| /external/chromium_org/third_party/libxslt/libxslt/ |
| transform.c | 174 * Pops all variable values at the given @depth from the stack. 176 * Returns the stored variable value 183 xsltStackElemPtr variable; local 191 variable = ctxt->varsTab[ctxt->varsNr - 1]; 192 if (variable->level <= level) 194 if (variable->level >= 0) 195 xsltFreeStackElemList(variable); 208 * variable-stack. Only xsl:with-param items are not freed. [all...] |
| /external/clang/lib/CodeGen/ |
| CGBlocks.cpp | 271 // We can only do this if the variable is const. 282 // If the variable doesn't have any initializer (shouldn't this be 375 const VarDecl *variable = ci->getVariable(); local 397 if (llvm::Constant *constant = tryCaptureAsConstant(CGM, CGF, variable)) { 398 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant); 405 variable->getType().getObjCLifetime(); 419 } else if (variable->getType()->isObjCRetainableType()) { 432 variable->getType()->getAsCXXRecordDecl()) { 440 QualType VT = variable->getType(); 442 CharUnits align = C.getDeclAlign(variable); 591 const VarDecl *variable = ci->getVariable(); local 746 const VarDecl *variable = ci->getVariable(); local 1184 const VarDecl *variable = ci->getVariable(); local 1221 const VarDecl *variable = ci->getVariable(); local 1335 const VarDecl *variable = ci->getVariable(); local 1509 const VarDecl *variable = ci->getVariable(); local [all...] |
| CGClass.cpp | 438 // If we have an array index variable, load it and use it as an offset. 479 assert(IndexVar && "Array index variable not loaded"); 481 // Initialize this index variable to zero. 656 // call necessarily creates a second copy of the parameter variable. 2175 const VarDecl *variable = BD->capture_begin()->getVariable(); local [all...] |
| CGObjC.cpp | 38 /// Given the address of a variable of pointer type, find the correct 256 // receiver is loaded from a variable with precise lifetime. 1432 AutoVarEmission variable = AutoVarEmission::invalid(); local [all...] |
| CGDebugInfo.cpp | 836 // has the name and the location of the variable so we should iterate over 2934 const VarDecl *variable = capture.getVariable(); local 2967 const VarDecl *variable = capture->getVariable(); local [all...] |
| CGObjCMac.cpp | 1971 const VarDecl *variable = ci->getVariable(); local 2490 const VarDecl *variable = ci->getVariable(); local [all...] |
| /external/libxslt/libxslt/ |
| transform.c | 174 * Pops all variable values at the given @depth from the stack. 176 * Returns the stored variable value 183 xsltStackElemPtr variable; local 191 variable = ctxt->varsTab[ctxt->varsNr - 1]; 192 if (variable->level <= level) 194 if (variable->level >= 0) 195 xsltFreeStackElemList(variable); 208 * variable-stack. Only xsl:with-param items are not freed. [all...] |
| /ndk/sources/host-tools/make-3.81/ |
| main.c | 22 #include "variable.h" 111 char *value_ptr; /* Pointer to the value-holding variable. */ 267 for each reference to an undefined variable. */ 281 /* Remember the original value of the SHELL variable, from the environment. */ 283 struct variable shell_var; 340 -R, --no-builtin-variables Disable the built-in variable settings.\n"), 358 --warn-undefined-variables Warn when an undefined variable is referenced.\n"), 449 struct variable *variable; 466 /* Value of the MAKELEVEL variable at startup (or 0). * 447 struct variable *variable; member in struct:command_variable [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar | |
| org.eclipse.core.expressions_3.4.200.v20100505.jar | |
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
| SimpleCParser.java | 150 // SimpleC.g:20:1: declaration : ( variable | functionHeader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) ); 172 // SimpleC.g:21:5: ( variable | functionHeader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) ) 177 // SimpleC.g:21:9: variable 182 variable2=variable(); 303 // $ANTLR start "variable" 304 // SimpleC.g:26:1: variable : type declarator ';' -> ^( VAR_DEF type declarator ) ; 305 public final SimpleCParser.variable_return variable() throws RecognitionException { method in class:SimpleCParser 387 // $ANTLR end "variable" 749 // SimpleC.g:50:1: block : lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) [all...] |
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
| SimpleCParser.java | 150 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:20:1: declaration : ( variable | functionHeader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) ); 172 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:21:5: ( variable | functionHeader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) ) 177 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:21:9: variable 182 variable2=variable(); 303 // $ANTLR start "variable" 304 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:26:1: variable : type declarator ';' -> ^( VAR_DEF type declarator ) ; 305 public final SimpleCParser.variable_return variable() throws RecognitionException { method in class:SimpleCParser 387 // $ANTLR end "variable" 749 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:50:1: block : lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) [all...] |
| /external/chromium_org/v8/src/arm/ |
| full-codegen-arm.cc | 214 Variable* var = scope()->parameter(i); 231 Variable* arguments = scope()->arguments(); 286 ASSERT(function->proxy()->var()->location() != Variable::UNALLOCATED); 460 void FullCodeGenerator::EffectContext::Plug(Variable* var) const { 465 void FullCodeGenerator::AccumulatorValueContext::Plug(Variable* var) const { 471 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const { 478 void FullCodeGenerator::TestContext::Plug(Variable* var) const { 704 MemOperand FullCodeGenerator::StackOperand(Variable* var) { 718 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { 730 void FullCodeGenerator::GetVar(Register dest, Variable* var) 803 Variable* variable = proxy->var(); local 863 Variable* variable = proxy->var(); local 917 Variable* variable = declaration->proxy()->var(); local 949 Variable* variable = proxy->var(); local [all...] |
| /external/chromium_org/v8/src/ia32/ |
| full-codegen-ia32.cc | 206 Variable* var = scope()->parameter(i); 225 Variable* arguments = scope()->arguments(); 278 ASSERT(function->proxy()->var()->location() != Variable::UNALLOCATED); 431 void FullCodeGenerator::EffectContext::Plug(Variable* var) const { 436 void FullCodeGenerator::AccumulatorValueContext::Plug(Variable* var) const { 442 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const { 450 void FullCodeGenerator::TestContext::Plug(Variable* var) const { 668 MemOperand FullCodeGenerator::StackOperand(Variable* var) { 682 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { 694 void FullCodeGenerator::GetVar(Register dest, Variable* var) 762 Variable* variable = proxy->var(); local 820 Variable* variable = proxy->var(); local 871 Variable* variable = declaration->proxy()->var(); local 902 Variable* variable = proxy->var(); local [all...] |
| /external/chromium_org/v8/src/mips/ |
| full-codegen-mips.cc | 218 Variable* var = scope()->parameter(i); 235 Variable* arguments = scope()->arguments(); 290 ASSERT(function->proxy()->var()->location() != Variable::UNALLOCATED); 460 void FullCodeGenerator::EffectContext::Plug(Variable* var) const { 465 void FullCodeGenerator::AccumulatorValueContext::Plug(Variable* var) const { 471 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const { 478 void FullCodeGenerator::TestContext::Plug(Variable* var) const { 706 MemOperand FullCodeGenerator::StackOperand(Variable* var) { 720 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { 732 void FullCodeGenerator::GetVar(Register dest, Variable* var) 805 Variable* variable = proxy->var(); local 866 Variable* variable = proxy->var(); local 920 Variable* variable = declaration->proxy()->var(); local 952 Variable* variable = proxy->var(); local [all...] |
| /external/v8/src/arm/ |
| full-codegen-arm.cc | 209 Variable* var = scope()->parameter(i); 226 Variable* arguments = scope()->arguments(); 281 ASSERT(proxy->var()->location() != Variable::UNALLOCATED); 462 void FullCodeGenerator::EffectContext::Plug(Variable* var) const { 467 void FullCodeGenerator::AccumulatorValueContext::Plug(Variable* var) const { 473 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const { 480 void FullCodeGenerator::TestContext::Plug(Variable* var) const { 715 MemOperand FullCodeGenerator::StackOperand(Variable* var) { 729 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { 741 void FullCodeGenerator::GetVar(Register dest, Variable* var) 798 Variable* variable = proxy->var(); local [all...] |
| /external/v8/src/ia32/ |
| full-codegen-ia32.cc | 203 Variable* var = scope()->parameter(i); 222 Variable* arguments = scope()->arguments(); 275 ASSERT(proxy->var()->location() != Variable::UNALLOCATED); 455 void FullCodeGenerator::EffectContext::Plug(Variable* var) const { 460 void FullCodeGenerator::AccumulatorValueContext::Plug(Variable* var) const { 466 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const { 474 void FullCodeGenerator::TestContext::Plug(Variable* var) const { 693 MemOperand FullCodeGenerator::StackOperand(Variable* var) { 707 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { 719 void FullCodeGenerator::GetVar(Register dest, Variable* var) 772 Variable* variable = proxy->var(); local [all...] |
| /external/v8/src/mips/ |
| full-codegen-mips.cc | 216 Variable* var = scope()->parameter(i); 233 Variable* arguments = scope()->arguments(); 288 ASSERT(proxy->var()->location() != Variable::UNALLOCATED); 471 void FullCodeGenerator::EffectContext::Plug(Variable* var) const { 476 void FullCodeGenerator::AccumulatorValueContext::Plug(Variable* var) const { 482 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const { 489 void FullCodeGenerator::TestContext::Plug(Variable* var) const { 724 MemOperand FullCodeGenerator::StackOperand(Variable* var) { 738 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { 750 void FullCodeGenerator::GetVar(Register dest, Variable* var) 805 Variable* variable = proxy->var(); local [all...] |
| /external/v8/src/x64/ |
| full-codegen-x64.cc | 217 Variable* var = scope()->parameter(i); 234 Variable* arguments = scope()->arguments(); 288 ASSERT(proxy->var()->location() != Variable::UNALLOCATED); 396 void FullCodeGenerator::EffectContext::Plug(Variable* var) const { 401 void FullCodeGenerator::AccumulatorValueContext::Plug(Variable* var) const { 407 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const { 414 void FullCodeGenerator::TestContext::Plug(Variable* var) const { 634 MemOperand FullCodeGenerator::StackOperand(Variable* var) { 648 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { 660 void FullCodeGenerator::GetVar(Register dest, Variable* var) 712 Variable* variable = proxy->var(); local [all...] |
| /prebuilts/tools/common/eclipse/ |
| org.eclipse.core.expressions_3.4.200.v20100505.jar | |
| /external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
| TransformerImpl.java | 145 // * Use member variable to store param variables as they're 146 // * being created, use member variable so we don't 1392 ElemVariable variable = (ElemVariable)vars.elementAt(i); local [all...] |
| /external/chromium_org/v8/src/x64/ |
| full-codegen-x64.cc | 201 Variable* var = scope()->parameter(i); 218 Variable* arguments = scope()->arguments(); 272 ASSERT(function->proxy()->var()->location() != Variable::UNALLOCATED); 432 void FullCodeGenerator::EffectContext::Plug(Variable* var) const { 437 void FullCodeGenerator::AccumulatorValueContext::Plug(Variable* var) const { 443 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const { 450 void FullCodeGenerator::TestContext::Plug(Variable* var) const { 677 MemOperand FullCodeGenerator::StackOperand(Variable* var) { 691 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { 703 void FullCodeGenerator::GetVar(Register dest, Variable* var) 770 Variable* variable = proxy->var(); local 829 Variable* variable = proxy->var(); local 881 Variable* variable = declaration->proxy()->var(); local 912 Variable* variable = proxy->var(); local [all...] |
| /external/elfutils/src/ |
| ld.h | 552 const char *variable; member in struct:assignment 781 /* From the environment variable LD_LIBRARY_PATH. */ [all...] |