/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/ |
Initialization.h | 44 /// \brief The entity being initialized is a variable. 80 /// variable in a lambda. 137 /// \brief The name of the variable being captured by an EK_LambdaCapture. 145 /// \brief When Kind == EK_Variable, EK_Member or EK_Binding, the variable. 146 VD Variable; 177 /// \brief Create the initialization entity for a variable. 180 ManglingNumber(0), Variable{Var, false} { } 197 ManglingNumber(0), Variable{Member, Implicit} { 214 /// \brief Create the initialization entity for a variable. 389 /// \brief Retrieve the variable, parameter, or field bein [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/ |
Initialization.h | 44 /// \brief The entity being initialized is a variable. 80 /// variable in a lambda. 137 /// \brief The name of the variable being captured by an EK_LambdaCapture. 145 /// \brief When Kind == EK_Variable, EK_Member or EK_Binding, the variable. 146 VD Variable; 177 /// \brief Create the initialization entity for a variable. 180 ManglingNumber(0), Variable{Var, false} { } 197 ManglingNumber(0), Variable{Member, Implicit} { 214 /// \brief Create the initialization entity for a variable. 389 /// \brief Retrieve the variable, parameter, or field bein [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
Initialization.h | 44 /// \brief The entity being initialized is a variable. 80 /// variable in a lambda. 137 /// \brief The name of the variable being captured by an EK_LambdaCapture. 145 /// \brief When Kind == EK_Variable, EK_Member or EK_Binding, the variable. 146 VD Variable; 177 /// \brief Create the initialization entity for a variable. 180 ManglingNumber(0), Variable{Var, false} { } 197 ManglingNumber(0), Variable{Member, Implicit} { 214 /// \brief Create the initialization entity for a variable. 389 /// \brief Retrieve the variable, parameter, or field bein [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/ |
Initialization.h | 44 /// \brief The entity being initialized is a variable. 80 /// variable in a lambda. 137 /// \brief The name of the variable being captured by an EK_LambdaCapture. 145 /// \brief When Kind == EK_Variable, EK_Member or EK_Binding, the variable. 146 VD Variable; 177 /// \brief Create the initialization entity for a variable. 180 ManglingNumber(0), Variable{Var, false} { } 197 ManglingNumber(0), Variable{Member, Implicit} { 214 /// \brief Create the initialization entity for a variable. 389 /// \brief Retrieve the variable, parameter, or field bein [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/ |
Initialization.h | 44 /// \brief The entity being initialized is a variable. 80 /// variable in a lambda. 137 /// \brief The name of the variable being captured by an EK_LambdaCapture. 145 /// \brief When Kind == EK_Variable, EK_Member or EK_Binding, the variable. 146 VD Variable; 177 /// \brief Create the initialization entity for a variable. 180 ManglingNumber(0), Variable{Var, false} { } 197 ManglingNumber(0), Variable{Member, Implicit} { 214 /// \brief Create the initialization entity for a variable. 389 /// \brief Retrieve the variable, parameter, or field bein [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/ |
Initialization.h | 44 /// \brief The entity being initialized is a variable. 80 /// variable in a lambda. 137 /// \brief The name of the variable being captured by an EK_LambdaCapture. 145 /// \brief When Kind == EK_Variable, EK_Member or EK_Binding, the variable. 146 VD Variable; 177 /// \brief Create the initialization entity for a variable. 180 ManglingNumber(0), Variable{Var, false} { } 197 ManglingNumber(0), Variable{Member, Implicit} { 214 /// \brief Create the initialization entity for a variable. 389 /// \brief Retrieve the variable, parameter, or field bein [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
Initialization.h | 44 /// \brief The entity being initialized is a variable. 80 /// variable in a lambda. 137 /// \brief The name of the variable being captured by an EK_LambdaCapture. 145 /// \brief When Kind == EK_Variable, EK_Member or EK_Binding, the variable. 146 VD Variable; 177 /// \brief Create the initialization entity for a variable. 180 ManglingNumber(0), Variable{Var, false} { } 197 ManglingNumber(0), Variable{Member, Implicit} { 214 /// \brief Create the initialization entity for a variable. 389 /// \brief Retrieve the variable, parameter, or field bein [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceDefs.h | 77 class Variable; 147 using VarList = CfgVector<Variable *>; 186 // This do nothing method is invoked when a global variable is created, but it 187 // will not be emitted. If we ever need to track the created variable, having 276 /// used for representing Variable live ranges. 279 /// A LiveBeginEndMapEntry maps a Variable::Number value to an Inst::Number 280 /// value, giving the instruction number that begins or ends a variable's live 317 /// each variable in a form suitable for interference calculation and register
|
IceAssemblerARM32.h | 262 void pop(const Variable *OpRt, CondARM32::Cond Cond); 462 void vmovdd(const Operand *OpDd, const Variable *OpDm, CondARM32::Cond Cond); 492 void vmovss(const Operand *OpSd, const Variable *OpSm, CondARM32::Cond Cond); 537 void vpop(const Variable *OpBaseReg, SizeT NumConsecRegs, 540 void vpush(const Variable *OpBaseReg, SizeT NumConsecRegs, 709 const Variable *OpBaseReg, SizeT NumConsecRegs);
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/ |
PlatformEarlyInit.c | 181 EFI_PEI_READ_ONLY_VARIABLE2_PPI *Variable;
191 (void **)&Variable
196 // Use normal setup default from NVRAM variable,
200 Status = Variable->GetVariable (
201 Variable,
209 //The setup variable is corrupted
211 Status = Variable->GetVariable(
212 Variable,
851 // Variable initialization
882 // Get setup variable. This can only be done after BootMode is updated [all...] |
/external/testng/src/main/java/org/testng/ |
TestNGAntTask.java | 286 public void addSysproperty(Environment.Variable sysp) { 291 * Adds an environment variable; used when forking. 293 public void addEnv(Environment.Variable var) { 684 Environment.Variable var = new Environment.Variable(); 825 log("Setting environment variable: " + envEntry, Project.MSG_VERBOSE); [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/ |
MdeModulePkg.dsc | 357 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
402 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
408 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
413 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
419 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
|
/build/blueprint/ |
package_ctx.go | 28 // package-scoped PackageContext variable that it uses to create all package- 60 StaticVariable(name, value string) Variable 61 VariableFunc(name string, f func(config interface{}) (string, error)) Variable 62 VariableConfigMethod(name string, method interface{}) Variable 94 // function or as part of a package-scoped variable initialization. 195 // "${pkg.Variable}", while the imported rules can simply be accessed as 218 // Note that the local name used to refer to the package in Ninja variable names 263 // StaticVariable returns a Variable whose value does not depend on any 266 // scoped variable's initialization. 268 // This function is usually used to initialize a package-scoped Go variable tha [all...] |
/build/soong/androidmk/cmd/androidmk/ |
android.go | 178 case *bpparser.Variable: 212 case *bpparser.Variable: 240 if variable, ok := firstOperand.(*bpparser.Variable); !ok || variable.Name != "LOCAL_PATH" { 326 if variable, ok := exp.Args[0].(*bpparser.Variable); ok && variable.Name == "LOCAL_MODULE" { 375 case *bpparser.Variable: 432 case *bpparser.Variable, *bpparser.Operator [all...] |
/external/deqp/external/vulkancts/scripts/ |
gen_framework.py | 145 class Variable: 226 fixedArgs = [Variable(fixupType(a.type), a.name, a.arraySize) for a in function.arguments] 292 members = [Variable(fixupType(t.strip()), n.strip()) for t, n, a in matches] 323 args.append(Variable(m.group(1).strip(), m.group(2).strip(), m.group(3))) 637 iface = Variable("const PlatformInterface&", "vk") 639 iface = Variable("const InstanceInterface&", "vk") 641 iface = Variable("const DeviceInterface&", "vk")
|
/external/swiftshader/src/Reactor/ |
SubzeroReactor.cpp | 655 Ice::Variable *arg = ::function->makeVariable(T(type)); 716 Ice::Variable *result = ::function->makeVariable(lhs->getType()); 844 Ice::Variable *result = ::function->makeVariable(T(type)); 905 Ice::Variable *vector = ::function->makeVariable(Ice::IceType_v4i32); 917 Ice::Variable *vector = ::function->makeVariable(Ice::IceType_v4i32); 1001 Ice::Variable *result = ::function->makeVariable(T(destType)); [all...] |
/external/llvm/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 149 /// VariableExprAST - Expression class for referencing a variable, like "a". 326 if (CurTok != '(') // Simple variable ref. 649 // Look this variable up in the function. 652 return LogErrorV("Unknown variable name"); 775 // variable = phi [start, loopheader], [nextvariable, loopend] 781 // nextvariable = variable + step 786 // Emit the start code first, without 'variable' in scope. 804 PHINode *Variable = 806 Variable->addIncoming(StartVal, PreheaderBB); 808 // Within the loop, the variable is defined equal to the PHI node. If i [all...] |
/external/v8/src/ast/ |
ast.h | 132 typedef std::pair<TypeofMode, Variable*> Key; 136 void Put(TypeofMode typeof_mode, Variable* variable, FeedbackSlot slot) { 137 Key key = std::make_pair(typeof_mode, variable); 142 FeedbackSlot Get(TypeofMode typeof_mode, Variable* variable) const { 143 Key key = std::make_pair(typeof_mode, variable); 335 // that this also checks for loads of the global "undefined" variable. 786 void Initialize(Statement* body, Variable* iterator, 797 Variable* iterator() const 1104 Variable* variable() { return variable_; } function in class:v8::internal::final [all...] |
/external/v8/src/interpreter/ |
bytecode-generator.cc | 756 Variable* rest_parameter = closure_scope()->rest_parameter(); 759 // Build assignment to {.this_function} variable if it is used. 762 // Build assignment to {new.target} variable if it is used. 885 Variable* variable = decl->proxy()->var(); local 886 switch (variable->location()) { 888 DCHECK(!variable->binding_needs_init()); 890 globals_builder()->AddUndefinedDeclaration(variable->raw_name(), slot); 894 if (variable->binding_needs_init()) { 895 Register destination(builder()->Local(variable->index())) 938 Variable* variable = decl->proxy()->var(); local 2561 Variable* variable = callee_expr->AsVariableProxy()->var(); local 2781 Variable* variable = proxy->var(); local 3209 Variable* variable = scope->receiver(); local 3220 Variable* variable = scope->parameter(i); local [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Compiler.java | 59 import org.apache.xpath.operations.Variable; 166 expr = variable(opPos); break; 529 * Compile a variable reference. 533 * @return reference to {@link org.apache.xpath.operations.Variable} instance. 537 protected Expression variable(int opPos) throws TransformerException method in class:Compiler 540 Variable var = new Variable(); [all...] |
/external/llvm/unittests/Transforms/Utils/ |
Cloning.cpp | 254 // Create a local variable around the alloca 258 auto *Variable = 261 DBuilder.insertDeclare(Alloca, Variable, E, DL, Store); 262 DBuilder.insertDbgValueIntrinsic(AllocaContent, 0, Variable, E, DL, 372 // Old variable must belong to the old function 375 // New variable must belong to the New function 382 // Old variable must belong to the old function 385 // New variable must belong to the New function
|
/build/blueprint/bootstrap/ |
config.go | 23 func bootstrapVariable(name, template string, value func() string) blueprint.Variable { 35 // variable name enclosed in "@@" so that their values can be easily
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
parser.ml | 42 (* Simple variable ref. *) 43 | [< >] -> Ast.Variable id
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
codegen.ml | 17 | Ast.Variable name -> 19 | Not_found -> raise (Error "unknown variable name"))
|
parser.ml | 42 (* Simple variable ref. *) 43 | [< >] -> Ast.Variable id
|