/external/skia/src/sksl/ |
SkSLCompiler.h | 100 std::unordered_set<const Variable*>* undefinedVariables, 111 std::unordered_set<const Variable*>* undefinedVariables,
|
/external/skia/src/sksl/ir/ |
SkSLFunctionDeclaration.h | 25 std::vector<const Variable*> parameters, const Type& returnType) 107 const std::vector<const Variable*> fParameters;
|
/external/v8/src/asmjs/ |
asm-typer.h | 88 AsmType* TypeOf(Variable* v) const; 89 StandardMember VariableAsStandardMember(Variable* var); 101 Variable* var; 104 FFIUseSignature(Variable* v, Zone* zone) 180 // RAII-style manager for the in_function_ member variable. 256 bool AddGlobal(Variable* global, VariableInfo* info); 257 bool AddLocal(Variable* global, VariableInfo* info); 266 VariableInfo* Lookup(Variable* variable) const; 364 AsmType* ParameterTypeAnnotations(Variable* parameter [all...] |
/external/v8/src/parsing/ |
preparsed-scope-data.cc | 16 for (Variable* var : *scope->locals()) { 39 // Reserve space for variable and inner scope count (we don't know yet how 68 void PreParsedScopeData::ScopeScope::MaybeAddVariable(Variable* var) {
|
/system/update_engine/update_manager/ |
real_system_provider.cc | 29 #include "update_engine/update_manager/variable.h" 44 // The RetryPollVariable variable is a polling variable that allows the function 48 class RetryPollVariable : public Variable<T> { 53 : Variable<T>(name, poll_interval), 61 // Variable override.
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/ |
BoardClkGens.c | 293 EFI_PEI_READ_ONLY_VARIABLE2_PPI *Variable;
345 (VOID **) &Variable
348 // Use normal setup default from NVRAM variable,
352 Status = Variable->GetVariable (Variable,
359 //The setup variable is corrupted
361 Status = Variable->GetVariable(Variable,
|
/external/v8/src/builtins/ |
builtins-global.cc | 110 typedef CodeStubAssembler::Variable Variable; 118 Variable var_num(&assembler, MachineRepresentation::kTagged); 164 typedef CodeStubAssembler::Variable Variable; 172 Variable var_num(&assembler, MachineRepresentation::kTagged);
|
builtins-async-iterator.cc | 30 Variable* var_exception, 57 Variable* var_exception); 64 Variable* var_exception, const char* method_name) { 98 Variable var_exception(this, MachineRepresentation::kTagged, 158 Label* if_exception, Variable* var_exception) { 169 Variable var_value(this, MachineRepresentation::kTagged); 170 Variable var_done(this, MachineRepresentation::kTagged);
|
/external/swiftshader/third_party/subzero/src/ |
IceCfgNode.cpp | 154 // This does part 1 of Phi lowering, by creating a new dest variable for each 155 // Phi instruction, replacing the Phi instruction's dest with that variable, 181 // as there may be assignments to the dest variable in multiple blocks. 233 // Keep track of the dest variable of a compare instruction, so that we 236 Variable *CmpInstDest = nullptr; 262 Variable *Dest = I.getDest(); 343 PhiDesc(InstPhi *Phi, Variable *Dest) : Phi(Phi), Dest(Dest) {} 346 Variable *Dest = nullptr; 365 bool sameVarOrReg(TargetLowering *Target, const Variable *Var1, 369 const auto *Var2 = llvm::dyn_cast<Variable>(Opnd) [all...] |
IceInstARM32.cpp | 206 Variable *Dest = Instr->getDest(); 325 OperandARM32Mem::OperandARM32Mem(Cfg * /* Func */, Type Ty, Variable *Base, 335 OperandARM32Mem::OperandARM32Mem(Cfg *Func, Type Ty, Variable *Base, 336 Variable *Index, ShiftKind ShiftOp, 344 Vars = Func->allocateArrayOf<Variable *>(2); 475 OperandARM32FlexReg::OperandARM32FlexReg(Cfg *Func, Type Ty, Variable *Reg, 480 auto *ShiftVar = llvm::dyn_cast_or_null<Variable>(ShiftAmt); 483 Vars = Func->allocateArrayOf<Variable *>(NumVars); 665 const Variable *Dest = getDest(); 691 const Variable *Dest = getDest() [all...] |
IceInst.cpp | 79 Inst::Inst(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) 138 // If Src is a Variable, it returns true if this instruction ends Src's live 143 if (auto *TestVar = llvm::dyn_cast<const Variable>(TestSrc)) { 147 // We've found where the variable is used in the instruction. 169 // and masks in the computation. In the example above, OrigInst has variable e 179 Variable *SpliceDest = SpliceAssn->getDest(); 248 // For a variable in SSA form, its live range can end at most once in a 251 // begins and ends twice. ICE only allows a variable to have a single 253 // variable is live-in and live-out but there is a gap in the middle). 273 InstAlloca::InstAlloca(Cfg *Func, Variable *Dest, Operand *ByteCount [all...] |
IceCfg.cpp | 120 template <> Variable *Cfg::makeVariable<Variable>(Type Ty) { 122 Variable *Var; 128 Var = Variable::create(this, Ty, Index); 134 void Cfg::addArg(Variable *Arg) { 139 void Cfg::addImplicitArg(Variable *Arg) { 205 constexpr Variable *Void = nullptr; 252 for (Variable *Var : Variables) { 345 // variable's live range. 374 for (Variable *Var : Variables) [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/ |
Terminal.c | 351 Check whether the terminal device path is in the global variable.
353 @param VariableName Pointer to one global variable.
356 @retval TRUE The devcie is in the global variable.
357 @retval FALSE The devcie is not in the global variable.
366 EFI_DEVICE_PATH_PROTOCOL *Variable;
370 // Get global variable and its size according to the name given.
372 GetEfiGlobalVariable2 (VariableName, (VOID**)&Variable, NULL);
373 if (Variable == NULL) {
378 // Check whether the terminal device path is one of the variable instances.
380 ReturnFlag = MatchDevicePaths (Variable, TerminalDevicePath); [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTraverse.h | 136 // SExprs of variable arity, such as Phi, Goto, and SCFG. 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { 194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { 252 R_SExpr reduceLet(Let &Orig, Variable *Nvd, R_SExpr B) { 256 Variable *enterScope(Variable &Orig, R_SExpr E0) { return &Orig; } 257 void exitScope(const Variable &Orig) {} 263 Variable *reduceVariableRef (Variable *Ovd) { return Ovd; } 323 void enterScope(const Variable* V1, const Variable* V2) { [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTraverse.h | 136 // SExprs of variable arity, such as Phi, Goto, and SCFG. 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { 194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { 252 R_SExpr reduceLet(Let &Orig, Variable *Nvd, R_SExpr B) { 256 Variable *enterScope(Variable &Orig, R_SExpr E0) { return &Orig; } 257 void exitScope(const Variable &Orig) {} 263 Variable *reduceVariableRef (Variable *Ovd) { return Ovd; } 323 void enterScope(const Variable* V1, const Variable* V2) { [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTraverse.h | 136 // SExprs of variable arity, such as Phi, Goto, and SCFG. 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { 194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { 252 R_SExpr reduceLet(Let &Orig, Variable *Nvd, R_SExpr B) { 256 Variable *enterScope(Variable &Orig, R_SExpr E0) { return &Orig; } 257 void exitScope(const Variable &Orig) {} 263 Variable *reduceVariableRef (Variable *Ovd) { return Ovd; } 323 void enterScope(const Variable* V1, const Variable* V2) { [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTraverse.h | 136 // SExprs of variable arity, such as Phi, Goto, and SCFG. 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { 194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { 252 R_SExpr reduceLet(Let &Orig, Variable *Nvd, R_SExpr B) { 256 Variable *enterScope(Variable &Orig, R_SExpr E0) { return &Orig; } 257 void exitScope(const Variable &Orig) {} 263 Variable *reduceVariableRef (Variable *Ovd) { return Ovd; } 323 void enterScope(const Variable* V1, const Variable* V2) { [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTraverse.h | 136 // SExprs of variable arity, such as Phi, Goto, and SCFG. 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { 194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { 252 R_SExpr reduceLet(Let &Orig, Variable *Nvd, R_SExpr B) { 256 Variable *enterScope(Variable &Orig, R_SExpr E0) { return &Orig; } 257 void exitScope(const Variable &Orig) {} 263 Variable *reduceVariableRef (Variable *Ovd) { return Ovd; } 323 void enterScope(const Variable* V1, const Variable* V2) { [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTraverse.h | 136 // SExprs of variable arity, such as Phi, Goto, and SCFG. 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { 194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { 252 R_SExpr reduceLet(Let &Orig, Variable *Nvd, R_SExpr B) { 256 Variable *enterScope(Variable &Orig, R_SExpr E0) { return &Orig; } 257 void exitScope(const Variable &Orig) {} 263 Variable *reduceVariableRef (Variable *Ovd) { return Ovd; } 323 void enterScope(const Variable* V1, const Variable* V2) { [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTraverse.h | 136 // SExprs of variable arity, such as Phi, Goto, and SCFG. 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { 194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { 252 R_SExpr reduceLet(Let &Orig, Variable *Nvd, R_SExpr B) { 256 Variable *enterScope(Variable &Orig, R_SExpr E0) { return &Orig; } 257 void exitScope(const Variable &Orig) {} 263 Variable *reduceVariableRef (Variable *Ovd) { return Ovd; } 323 void enterScope(const Variable* V1, const Variable* V2) { [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTraverse.h | 136 // SExprs of variable arity, such as Phi, Goto, and SCFG. 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { 194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { 252 R_SExpr reduceLet(Let &Orig, Variable *Nvd, R_SExpr B) { 256 Variable *enterScope(Variable &Orig, R_SExpr E0) { return &Orig; } 257 void exitScope(const Variable &Orig) {} 263 Variable *reduceVariableRef (Variable *Ovd) { return Ovd; } 323 void enterScope(const Variable* V1, const Variable* V2) { [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTraverse.h | 136 // SExprs of variable arity, such as Phi, Goto, and SCFG. 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { 194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { 252 R_SExpr reduceLet(Let &Orig, Variable *Nvd, R_SExpr B) { 256 Variable *enterScope(Variable &Orig, R_SExpr E0) { return &Orig; } 257 void exitScope(const Variable &Orig) {} 263 Variable *reduceVariableRef (Variable *Ovd) { return Ovd; } 323 void enterScope(const Variable* V1, const Variable* V2) { [all...] |
/frameworks/compile/slang/ |
slang_rs_reflection_state.h | 333 // b) declareVariable() for each Variable (order must be consistent 335 // information about the Variable from 32-bit compilation 343 // If isUsing(), returns variable's 32-bit AllocSize; otherwise, returns NoVal32(). 446 /*== Variable =================================================================*/ 461 // For anything with a type (such as a Variable or a Record field), 697 struct Variable { 698 Variable() : mInitializers(nullptr) { } 699 ~Variable() { delete [] mInitializers; } 701 Variable(const Variable &) = delete [all...] |
/build/soong/android/ |
package_ctx.go | 63 // SourcePathVariable returns a Variable whose value is the source directory 66 // package-scoped variable's initialization. 67 func (p AndroidPackageContext) SourcePathVariable(name, path string) blueprint.Variable { 78 // HostBinVariable returns a Variable whose value is the path to a host tool 81 // package-scoped variable's initialization. 82 func (p AndroidPackageContext) HostBinToolVariable(name, path string) blueprint.Variable { 93 // HostJavaToolVariable returns a Variable whose value is the path to a host 96 // part of a package-scoped variable's initialization. 97 func (p AndroidPackageContext) HostJavaToolVariable(name, path string) blueprint.Variable { 108 // IntermediatesPathVariable returns a Variable whose value is the intermediat [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
BmLoadOption.c | 31 NULL // PlatformRecovery#### doesn't have associated *Order variable
35 Call Visitor function for each variable in variable storage.
159 Create the Boot####, Driver####, SysPrep####, PlatformRecovery#### variable
164 @retval EFI_SUCCESS The variable was created.
175 UINT8 *Variable;
211 in the array is variable length, and ends at the device path end
220 Variable = AllocatePool (VariableSize);
221 ASSERT (Variable != NULL);
223 Ptr = Variable;
[all...] |