HomeSort by relevance Sort by last modified time
    Searched refs:Variable (Results 51 - 75 of 183) sorted by null

1 23 4 5 6 7 8

  /external/valgrind/main/include/
pub_tool_addrinfo.h 73 Addr_Variable, // variable described by the debug info
105 // the variable's name (zero terminated), plus a (memory) offset.
115 } Variable;
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 260 class Variable : public Node
263 Variable (const SharedPtr& enclosing, glu::DataType dataType)
454 DE_ASSERT(dynamic_cast<const ResourceDefinition::Variable*>(resource));
465 const glu::DataType basicType = static_cast<const ResourceDefinition::Variable*>(resource)->m_dataType;
467 glu::VariableDeclaration variable (glu::VarType(basicType, getDataTypeDefaultPrecision(basicType)), "target");
476 variable.memoryAccessQualifierBits |= glu::MEMORYACCESSQUALIFIER_READONLY_BIT;
477 variable.layout.binding = 1;
480 variable.layout.format = glu::FORMATLAYOUT_RGBA8;
482 variable.layout.format = glu::FORMATLAYOUT_RGBA8I;
484 variable.layout.format = glu::FORMATLAYOUT_RGBA8UI
    [all...]
  /external/chromium_org/v8/src/
full-codegen.h 330 // Load the value of a known (PARAMETER, LOCAL, or CONTEXT) variable into
332 // SetVar) so avoid calling both on the same variable.
333 void GetVar(Register destination, Variable* var);
335 // Assign to a known (PARAMETER, LOCAL, or CONTEXT) variable. If it's in
338 // (so does GetVar) so avoid calling both on the same variable.
339 void SetVar(Variable* var,
345 // variable. Writing does not need the write barrier.
346 MemOperand StackOperand(Variable* var);
349 // variable. May emit code to traverse the context chain, loading the
352 MemOperand VarOperand(Variable* var, Register scratch)
    [all...]
prettyprinter.h 84 Variable* var,
typing.h 67 int variable_index(Variable* var) {
rewriter.cc 18 Processor(Variable* result, Zone* zone)
37 Variable* result_;
81 // An initializer block is the rewritten form of a variable declaration
85 // a variable declaration with initialization expression is 'undefined'
237 Variable* result = scope->NewTemporary(
scopeinfo.cc 18 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone);
19 ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone);
27 // Determine use and location of the function variable if it is present.
31 Variable* var = scope->function()->proxy()->var();
86 // order with the variable list anymore. Thus, we first need to sort them by
88 context_locals.Sort(&Variable::CompareIndex);
99 Variable* var = context_locals[i];
105 // If present, add the function variable name and its index.
261 // variable is a compiler-introduced temporary. However, to avoid conflict
542 Variable* var = scope->LookupLocal(it.name())
    [all...]
prettyprinter.cc 265 PrintLiteral(node->variable()->name(), quote);
665 Variable* var,
672 Variable::Mode2String(var->mode()));
750 PrintLiteralWithModeIndented(Variable::Mode2String(node->mode()),
793 IndentedScope indent(this, "MODULE VARIABLE");
931 node->variable(),
932 node->variable()->name());
1034 Variable* var = node->var();
1038 case Variable::UNALLOCATED:
1040 case Variable::PARAMETER
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 240 // FIXME: we don't always have a self-variable.
241 SelfVar = new (Arena) til::Variable(nullptr);
242 SelfVar->setKind(til::Variable::VK_SFun);
296 // Map from local variable indices to SSA variables (or constants).
366 til::Variable *SelfVar; // Variable to use for 'this'. May be null.
377 std::vector<til::Variable*> CurrentArguments;
378 std::vector<til::Variable*> CurrentInstructions;
379 std::vector<til::Variable*> IncompleteArgs;
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 225 vector<const Variable*> outputs;
258 for (vector<const Variable*>::const_iterator i = outputs.begin(); i != outputs.end(); i++)
260 const Variable* output = *i;
286 const Variable* fragColorVar = DE_NULL;
287 vector<const Variable*> outputs;
291 for (vector<const Variable*>::const_iterator i = outputs.begin(); i != outputs.end(); i++)
rsgExpression.hpp 83 const Variable* m_variable;
91 VariableRead (const Variable* variable);
277 const Variable* m_sampler;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 19 * $Id: Variable.java 468655 2006-10-28 07:12:06Z minchau $
40 * The variable reference expression executer.
42 public class Variable extends Expression implements PathComponent
49 /** The qualified name of the variable.
54 * The index of the variable, which is either an absolute index to a
61 * Set the index for the variable into the stack. For advanced use only. You
72 * Set the index for the variable into the stack. For advanced use only.
84 * @param isGlobal true if this should be a global variable reference.
92 * Set the index for the variable into the stack. For advanced use only.
94 * @return true if this should be a global variable reference
    [all...]
  /external/lldb/source/Core/
Value.cpp 26 #include "lldb/Symbol/Variable.h"
175 case eContextTypeVariable: // Variable *
196 case eContextTypeVariable: // Variable *
243 Variable *variable = GetVariable(); local
244 if (variable)
246 Type *variable_type = variable->GetType();
440 // we can resolve a file address, is a variable.
441 Variable *variable = GetVariable() local
483 Variable *variable = GetVariable(); local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 191 if (mValue instanceof Variable) {
192 String varName = ((Variable)mValue).name;
222 private static class Variable {
225 public Variable(String name) {
427 return new Variable(strValue);
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 65 // Return true if E is a variable that points to an incomplete Phi node.
67 if (const auto *V = dyn_cast<Variable>(E)) {
195 assert(SelfVar && "We have no variable for 'this'!");
412 // Add local variables with trivial type to the variable map
428 // update the statement map so that S refers to E. Returns a new variable
438 til::Variable *V = new (Arena) til::Variable(E, VD);
457 // if E is a til::Variable, update its clangDecl.
461 if (til::Variable *V = dyn_cast<til::Variable>(E))
    [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/chromium_org/v8/src/arm64/
full-codegen-arm64.cc 219 Variable* var = scope()->parameter(i);
243 Variable* arguments = scope()->arguments();
296 ASSERT(function->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 {
712 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
725 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
737 void FullCodeGenerator::GetVar(Register dest, Variable* var)
811 Variable* variable = proxy->var(); local
872 Variable* variable = proxy->var(); local
926 Variable* variable = declaration->proxy()->var(); local
958 Variable* variable = proxy->var(); local
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 211 Variable* var = scope()->parameter(i);
235 Variable* arguments = scope()->arguments();
289 ASSERT(function->proxy()->var()->location() != Variable::UNALLOCATED);
439 void FullCodeGenerator::EffectContext::Plug(Variable* var) const {
444 void FullCodeGenerator::AccumulatorValueContext::Plug(Variable* var) const {
450 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
457 void FullCodeGenerator::TestContext::Plug(Variable* var) const {
684 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
699 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
711 void FullCodeGenerator::GetVar(Register dest, Variable* var)
778 Variable* variable = proxy->var(); local
837 Variable* variable = proxy->var(); local
889 Variable* variable = declaration->proxy()->var(); local
920 Variable* variable = proxy->var(); local
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 96 class Variable;
239 // Variable
242 /// A variable is a simple class that just has a type and a name.
243 class Variable {
248 Variable() : T(Type::getVoid()), N("") {}
249 Variable(Type T, std::string N) : T(T), N(N) {}
291 std::map<std::string, Variable> Variables;
302 /// The return variable.
303 Variable RetVar;
304 /// A postfix to apply to every variable. Defaults to ""
    [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/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 115 /// VariableExprAST - Expression class for referencing a variable, like "a".
230 if (CurTok != '(') // Simple variable ref.
470 // Look this variable up in the function.
472 return V ? V : ErrorV("Unknown variable name");
569 // variable = phi [start, loopheader], [nextvariable, loopend]
575 // nextvariable = variable + step
580 // Emit the start code first, without 'variable' in scope.
597 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, VarName.c_str());
598 Variable->addIncoming(StartVal, PreheaderBB);
600 // Within the loop, the variable is defined equal to the PHI node. If i
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 120 /// VariableExprAST - Expression class for referencing a variable, like "a".
258 if (CurTok != '(') // Simple variable ref.
555 // Look this variable up in the function.
557 return V ? V : ErrorV("Unknown variable name");
673 // variable = phi [start, loopheader], [nextvariable, loopend]
679 // nextvariable = variable + step
684 // Emit the start code first, without 'variable' in scope.
701 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, VarName.c_str());
702 Variable->addIncoming(StartVal, PreheaderBB);
704 // Within the loop, the variable is defined equal to the PHI node. If i
    [all...]

Completed in 900 milliseconds

1 23 4 5 6 7 8