/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
codegen.ml | 17 | Ast.Variable name -> 19 | Not_found -> raise (Error "unknown variable name"))
|
parser.ml | 42 (* Simple variable ref. *) 43 | [< >] -> Ast.Variable id
|
/external/llvm/include/llvm/CodeGen/ |
MachineInstrBuilder.h | 184 "first MDNode argument of a DBG_VALUE not a variable"); 361 const MDNode *Variable, const MDNode *Expr); 370 const MDNode *Variable, const MDNode *Expr);
|
/external/protobuf/csharp/src/Google.Protobuf/ |
WireFormat.cs | 52 /// Variable-length integer.
|
/external/python/cpython2/Mac/Modules/cf/ |
cfsupport.py | 35 dummy = Variable(t0, n0, m0) 37 self.itself = Variable(t1, "_self->ob_itself", SelfMode)
|
/external/skia/src/sksl/ |
SkSLSPIRVCodeGenerator.h | 287 std::unordered_map<const Variable*, SpvId> fVariableMap; 288 std::unordered_map<const Variable*, int32_t> fInterfaceBlockMap;
|
SkSLIRGenerator.h | 97 Variable::Storage storage); 173 // holds extra temp variable declarations needed for the current function
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/ |
parser.ml | 42 (* Simple variable ref. *) 43 | [< >] -> Ast.Variable id
|
/external/swiftshader/third_party/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
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
codegen.ml | 17 | Ast.Variable name -> 19 | Not_found -> raise (Error "unknown variable name"))
|
parser.ml | 42 (* Simple variable ref. *) 43 | [< >] -> Ast.Variable id
|
/external/v8/src/compiler/ |
ast-graph-builder.cc | 404 // Compute local variable liveness information and use it to relax 455 Variable* arguments = info()->scope()->arguments(); 467 // Gets the bailout id just before reading a variable proxy, but only for 505 // Bind the receiver variable. 516 // (receiver is variable index -1 but {Parameter} node index 0 and located at 553 void AstGraphBuilder::Environment::Bind(Variable* variable, Node* node) { 554 DCHECK(variable->IsStackAllocated()); 555 if (variable->IsParameter()) { 556 // The parameter indices are shifted by 1 (receiver is variable 929 Variable* variable = decl->proxy()->var(); local 963 Variable* variable = decl->proxy()->var(); local 1456 Variable* variable = expr->target()->AsVariableProxy()->var(); local 1538 Variable* variable = expr->target()->AsVariableProxy()->var(); local 1882 Variable* variable = expr->expression()->AsVariableProxy()->var(); local 2114 Variable* variable = expr->expression()->AsVariableProxy()->var(); local 2273 Variable* variable = scope->receiver(); local 2283 Variable* variable = scope->parameter(i); local [all...] |
/system/update_engine/update_manager/ |
evaluation_context_unittest.cc | 63 void ReadVar(scoped_refptr<EvaluationContext> ec, Variable<T>* var) { 149 EXPECT_EQ(nullptr, eval_ctx_->GetValue(static_cast<Variable<int>*>(nullptr))); 167 // Check that if the variable changes, the EvaluationContext keeps returning 181 // A second attempt to read the variable should not work because this 193 // Check that the EvaluationContext can handle multiple Variable types. This 205 // Test that we don't schedule an event if there's no variable to wait for. 213 // Test that reevaluation occurs when an async variable it depends on changes.
|
real_updater_provider.cc | 45 class UpdaterVariableBase : public Variable<T> { 49 : Variable<T>(name, mode), system_state_(system_state) {} 86 // A variable reporting the time when a last update check was issued. 104 // A variable reporting the update (download) progress as a decimal fraction 131 // A variable reporting the stage in which the update process is. 180 // A variable reporting the version number that an update is updating to. 198 // A variable reporting the size of the update being processed in bytes. 222 // A variable reporting the point in time an update last completed in the 300 // A variable class for reading Boolean prefs values. 321 // Reads the actual value from the Prefs instance and updates the Variable [all...] |
/build/blueprint/ |
singleton_ctx.go | 39 Variable(pctx PackageContext, name, value string) 44 // SetNinjaBuildDir sets the value of the top-level "builddir" Ninja variable 135 func (s *singletonContext) Variable(pctx PackageContext, name, value string) {
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/ |
ArmVExpress-RTSM-A15_MPCore.fdf | 128 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf 242 INF MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/ |
HiKey.fdf | 178 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf 179 INF OpenPlatformPkg/Drivers/Variable/BlockVariableDxe/BlockVariableDxe.inf
|
/device/linaro/bootloader/edk2/EmulatorPkg/ |
EmulatorPkg.fdf | 60 # This can speed up the Variable Dispatch a bit.
133 INF MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
156 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/ |
MrcWrapper.c | 347 // Load Memory configuration data saved in previous boot from variable
439 // Save current configuration into Hob and will save into Variable later in DXE
471 // HOB data size (stored in variable) is required to be multiple of 8 bytes
487 Load a configuration stored in a variable.
493 Other Could not read variable.
507 BufferSize = ((sizeof (VarData.timings) + 0x7) & (~0x7)); // HOB data size (stored in variable) is required to be multiple of 8bytes
870 @param VariableSevices Variable PPI instance.
[all...] |
/external/swiftshader/third_party/subzero/src/ |
IceIntrinsics.cpp | 331 Variable *Result = Call->getDest();
|
/external/v8/benchmarks/ |
deltablue.js | 149 * a strength instance variable; concrete subclasses provide a means 210 * variable. 250 * Returns the current output variable. 308 * A unary input constraint used to mark a variable that the client 318 * Edits indicate that a variable is to be changed by imperative code. 395 * Mark the input variable with the given mark. 402 * Returns the current input variable 409 * Returns the current output variable 532 * A constrained variable. In addition to its value, it maintain the 537 function Variable(name, initialValue) [all...] |
/external/v8/src/builtins/ |
builtins-typedarray.cc | 114 Variable var_message(this, MachineRepresentation::kTagged);
|
/external/v8/src/crankshaft/ |
typing.cc | 37 static void PrintObserved(Variable* var, Object* value, AstType* type) { 89 for (Variable* var : *scope_->locals()) { 376 Variable* var = expr->var(); 773 int AstTyper::variable_index(Variable* var) {
|
/external/v8/src/objects/ |
scope-info.cc | 72 for (Variable* var : *scope->locals()) { 97 Variable* var = scope->AsDeclarationScope()->receiver(); 114 // Determine use and location of the function variable if it is present. 118 Variable* var = scope->AsDeclarationScope()->function_var(); 204 for (Variable* var : *scope->locals()) { 257 // If present, add the function variable name and its index. 283 // The variable entries themselves have already been written above. 592 // variable is a compiler-introduced temporary. However, to avoid conflict [all...] |