/external/v8/src/compiler/ |
ast-loop-assignment-analyzer.cc | 226 AnalyzeAssignment(stmt->variable()); 298 void ALAA::AnalyzeAssignment(Variable* var) { 304 int ALAA::GetVariableIndex(DeclarationScope* scope, Variable* var) { 312 DeclarationScope* scope, Variable* var) {
|
/build/blueprint/ |
ninja_strings_test.go | 88 err: "empty variable name at byte offset 6", 92 err: "invalid character in variable name at byte offset 9", 96 err: "unexpected end of string in variable name", 103 expectedVars := []Variable{} 118 t.Errorf("incorrect variable list:") 156 expect := []Variable{ImpVar}
|
ninja_strings.go | 39 variables []Variable 43 LookupVariable(name string) (Variable, error) 63 func (ps *parseState) pushVariable(v Variable) { 65 // Last push was a variable, we need a blank string separator 69 panic("oops, pushed variable with pending string") 86 // variable names that the string references. 92 variables: make([]Variable, 0, n), 145 // The beginning of a of the variable name. Output the string and 156 // This is a bracketted variable name (e.g. "${blah.blah}"). Output 177 // A part of the variable name. Keep going [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
bgenVariable.py | 19 class Variable:
21 """A Variable holds a type, a name, a transfer mode and flags.
24 variable name.
39 """Declare the variable if necessary.
76 """Return the string required to pass the variable as argument.
78 For "in" arguments, return the variable name.
94 This only generates code if the variable's mode is ErrorMode.
|
/device/linaro/bootloader/edk2/DuetPkg/FSVariable/ |
FSVariable.h | 4 All variable code, variable metadata, and variable data used by Duet platform are on
6 Duet trusts all meta data from disk. If variable code, variable metadata and variable
50 #include <Protocol/Variable.h>
96 VOID *VariableBase[MaxType]; // Start address of variable storage
97 UINTN LastVariableOffset[MaxType]; // The position to write new variable to (index from VariableBase)
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
InternalBdsLib.h | 135 Validate the EFI Boot#### or Driver#### variable (VendorGuid/Name)
137 @param Variable Boot#### variable data.
138 @param VariableSize Returns the size of the EFI variable that was read
140 @retval TRUE The variable data is correct.
141 @retval FALSE The variable data is corrupted.
146 UINT8 *Variable,
151 Set the variable and report the error through status code upon failure.
153 @param VariableName A Null-terminated string that is the name of the vendor's variable.
158 @param Attributes Attributes bitmask to set for the variable. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/ |
Variable.h | 23 #include <Protocol/Variable.h>
83 Initializes variable store area for non-volatile and volatile variable.
86 variable service and variable store area for non-volatile and volatile variable.
106 It registers all interfaces of Variable Services, initializes
107 variable store for non-volatile and volatile variables, and registers
113 @retval EFI_SUCCESS Variable service successfully initialized.
141 This code finds variable in storage blocks (Volatile or Non-Volatile). [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
InternalBdsLib.h | 136 Validate the EFI Boot#### or Driver#### variable (VendorGuid/Name)
138 @param Variable Boot#### variable data.
139 @param VariableSize Returns the size of the EFI variable that was read
141 @retval TRUE The variable data is correct.
142 @retval FALSE The variable data is corrupted.
147 UINT8 *Variable,
152 Set the variable and report the error through status code upon failure.
154 @param VariableName A Null-terminated string that is the name of the vendor's variable.
159 @param Attributes Attributes bitmask to set for the variable. [all...] |
/external/clang/lib/CodeGen/ |
CGObjCRuntime.cpp | 149 const VarDecl *Variable; 198 Handler.Variable = CatchDecl; 245 bool EndCatchMightThrow = (Handler.Variable == nullptr); 253 if (const VarDecl *CatchParam = Handler.Variable) {
|
/external/python/cpython2/Mac/Modules/list/ |
listsupport.py | 74 self.itself = Variable(t0, "_self->ob_itself", SelfMode)
|
/external/python/cpython2/Tools/bgen/bgen/ |
bgenVariable.py | 19 class Variable: 21 """A Variable holds a type, a name, a transfer mode and flags. 24 variable name. 39 """Declare the variable if necessary. 76 """Return the string required to pass the variable as argument. 78 For "in" arguments, return the variable name. 94 This only generates code if the variable's mode is ErrorMode.
|
/external/skia/src/sksl/ |
SkSLGLSLCodeGenerator.h | 117 virtual void writeVarInitializer(const Variable& var, const Expression& value);
|
/external/v8/src/ast/ |
prettyprinter.h | 93 Variable* var,
|
/system/update_engine/update_manager/ |
evaluation_context.h | 33 #include "update_engine/update_manager/variable.h" 80 // Returns a pointer to the value returned by the passed variable |var|. The 83 // passed Variable changes it. 87 const T* GetValue(Variable<T>* var); 112 // variable changes its value, a polling interval passes, or the context 114 // there's no cached variable, this method returns false. 152 // A map to hold the cached values for every variable.
|
/external/v8/src/parsing/ |
pattern-rewriter.cc | 127 // Declare variable. 130 // when the variable is encountered in the source. But the variable/constant 132 // which the variable or constant is declared. Only function variables have 149 Variable* var = parser_->Declare( 151 Variable::DefaultInitializationFlag(descriptor_->mode), ok_, 194 // Global variable declarations must be compiled in a specific 195 // way. When the script containing the global variable declaration 196 // is entered, the global variable must be declared, so that if it 202 // *not* touched until the variable declaration statement i [all...] |
/external/v8/src/builtins/ |
builtins-string.cc | 32 Variable var_data(this, MachineType::PointerRepresentation()); 167 Variable var_left(this, MachineRepresentation::kTagged); 168 Variable var_right(this, MachineRepresentation::kTagged); 173 Variable* input_vars[2] = {&var_left, &var_right}; 234 Variable var_offset(this, MachineType::PointerRepresentation()); 280 Variable var_left(this, MachineRepresentation::kTagged); 281 Variable var_right(this, MachineRepresentation::kTagged); 286 Variable* input_vars[2] = {&var_left, &var_right}; 336 Variable var_offset(this, MachineType::PointerRepresentation()); 530 Variable max_index(this, MachineType::PointerRepresentation()) [all...] |
/external/clang/utils/TableGen/ |
NeonEmitter.cpp | 99 class Variable; 252 // Variable 255 /// A variable is a simple class that just has a type and a name. 256 class Variable { 261 Variable() : T(Type::getVoid()), N("") {} 262 Variable(Type T, std::string N) : T(std::move(T)), N(std::move(N)) {} 304 std::map<std::string, Variable> Variables; 315 /// The return variable. 316 Variable RetVar; 317 /// A postfix to apply to every variable. Defaults to "" [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
BdsDxe.inf | 70 BootMaint/Variable.c
117 ## SOMETIMES_PRODUCES ## Variable:L"BootXXXX" # Boot option variable
118 ## SOMETIMES_PRODUCES ## Variable:L"DriverXXXX" # Driver load option.
119 ## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" # Platform supported languange in Rfc4646 format
120 ## SOMETIMES_PRODUCES ## Variable:L"Lang" # Platform supported languange in Iso639 format
121 ## SOMETIMES_PRODUCES ## Variable:L"LangCodes" # Value of PcdUefiVariableDefaultLangCodes
122 ## PRODUCES ## Variable:L"PlatformLangCodes" # Value of PcdUefiVariableDefaultPlatformLangCodes
123 ## SOMETIMES_PRODUCES ## Variable:L"KeyXXXX" # Hotkey option variable
[all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
RedundentExprEliminator.java | 40 import org.apache.xpath.operations.Variable; 82 * expressions by creating a variable in the psuedoVarRecipient 84 * expression to be a variable reference. 98 * expressions by creating a variable in the psuedoVarRecipient 100 * expression to be a variable reference. 112 * expressions by creating a variable in the psuedoVarRecipient 114 * expression to be a variable reference. 181 * and, if there are, replace those partial paths with psuedo variable refs, 182 * and create the psuedo variable decl. 265 * Check if results of partial reduction will just be a variable, in [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceInstMIPS32.cpp | 48 OperandMIPS32Mem::OperandMIPS32Mem(Cfg *Func, Type Ty, Variable *Base, 284 InstMIPS32Call::InstMIPS32Call(Cfg *Func, Variable *Dest, Operand *CallTarget) 290 InstMIPS32Mov::InstMIPS32Mov(Cfg *Func, Variable *Dest, Operand *Src, 318 InstMIPS32MovFP64ToI64::InstMIPS32MovFP64ToI64(Cfg *Func, Variable *Dst, 325 InstMIPS32Ret::InstMIPS32Ret(Cfg *Func, Variable *RA, Variable *Source) 428 auto *RA = llvm::cast<Variable>(getSrc(0)); 611 auto *RA = llvm::cast<Variable>(getSrc(0)); 632 Variable *Dest = getDest(); 634 auto *SrcV = llvm::dyn_cast<Variable>(Src) [all...] |
/external/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 141 /// VariableExprAST - Expression class for referencing a variable, like "a". 293 if (CurTok != '(') // Simple variable ref. 558 // Look this variable up in the function. 561 return LogErrorV("Unknown variable name"); 664 // variable = phi [start, loopheader], [nextvariable, loopend] 670 // nextvariable = variable + step 675 // Emit the start code first, without 'variable' in scope. 693 PHINode *Variable = 695 Variable->addIncoming(StartVal, PreheaderBB); 697 // Within the loop, the variable is defined equal to the PHI node. If i [all...] |
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 114 /// VariableExprAST - Expression class for referencing a variable, like "a". 228 if (CurTok != '(') // Simple variable ref. 468 // Look this variable up in the function. 470 return V ? V : ErrorV("Unknown variable name"); 567 // variable = phi [start, loopheader], [nextvariable, loopend] 573 // nextvariable = variable + step 578 // Emit the start code first, without 'variable' in scope. 595 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, VarName.c_str()); 596 Variable->addIncoming(StartVal, PreheaderBB); 598 // Within the loop, the variable is defined equal to the PHI node. If i [all...] |
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 119 /// VariableExprAST - Expression class for referencing a variable, like "a". 256 if (CurTok != '(') // Simple variable ref. 553 // Look this variable up in the function. 555 return V ? V : ErrorV("Unknown variable name"); 671 // variable = phi [start, loopheader], [nextvariable, loopend] 677 // nextvariable = variable + step 682 // Emit the start code first, without 'variable' in scope. 699 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, VarName.c_str()); 700 Variable->addIncoming(StartVal, PreheaderBB); 702 // Within the loop, the variable is defined equal to the PHI node. If i [all...] |
/build/soong/androidmk/parser/ |
parser.go | 244 // variable := p.parseVariable() 245 // value.appendVariable(variable) 313 var variable Variable 314 variable = p.parseVariable() 315 value.appendVariable(variable) 336 func (p *parser) parseVariable() Variable { 348 p.errorf("expected variable name, found %s", 357 func (p *parser) parseBracketedVariable(start, end rune, pos Pos) Variable { 364 func (p *parser) nameToVariable(name *MakeString) Variable { [all...] |
/external/v8/src/ |
code-stubs.cc | 529 typedef CodeStubAssembler::Variable Variable; 536 Variable var_fadd_lhs(assembler, MachineRepresentation::kFloat64), 736 typedef CodeStubAssembler::Variable Variable; 742 Variable var_fsub_lhs(assembler, MachineRepresentation::kFloat64), 930 typedef CodeStubAssembler::Variable Variable; 937 Variable var_lhs_float64(assembler, MachineRepresentation::kFloat64), [all...] |