HomeSort by relevance Sort by last modified time
    Searched refs:Variable (Results 251 - 275 of 601) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 333 /// A named variable, e.g. "x".
335 /// There are two distinct places in which a Variable can appear in the AST.
336 /// A variable declaration introduces a new variable, and can occur in 3 places:
341 /// If a variable occurs in any other location, it is a reference to an existing
342 /// variable declaration -- e.g. 'x' in (x * y + z). To save space, we don't
343 /// allocate a separate AST node for variable references; a reference is just a
345 class Variable : public SExpr {
350 VK_Let, ///< Let-variable
355 Variable(StringRef s, SExpr *D = nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 333 /// A named variable, e.g. "x".
335 /// There are two distinct places in which a Variable can appear in the AST.
336 /// A variable declaration introduces a new variable, and can occur in 3 places:
341 /// If a variable occurs in any other location, it is a reference to an existing
342 /// variable declaration -- e.g. 'x' in (x * y + z). To save space, we don't
343 /// allocate a separate AST node for variable references; a reference is just a
345 class Variable : public SExpr {
350 VK_Let, ///< Let-variable
355 Variable(StringRef s, SExpr *D = nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 333 /// A named variable, e.g. "x".
335 /// There are two distinct places in which a Variable can appear in the AST.
336 /// A variable declaration introduces a new variable, and can occur in 3 places:
341 /// If a variable occurs in any other location, it is a reference to an existing
342 /// variable declaration -- e.g. 'x' in (x * y + z). To save space, we don't
343 /// allocate a separate AST node for variable references; a reference is just a
345 class Variable : public SExpr {
350 VK_Let, ///< Let-variable
355 Variable(StringRef s, SExpr *D = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 333 /// A named variable, e.g. "x".
335 /// There are two distinct places in which a Variable can appear in the AST.
336 /// A variable declaration introduces a new variable, and can occur in 3 places:
341 /// If a variable occurs in any other location, it is a reference to an existing
342 /// variable declaration -- e.g. 'x' in (x * y + z). To save space, we don't
343 /// allocate a separate AST node for variable references; a reference is just a
345 class Variable : public SExpr {
350 VK_Let, ///< Let-variable
355 Variable(StringRef s, SExpr *D = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 333 /// A named variable, e.g. "x".
335 /// There are two distinct places in which a Variable can appear in the AST.
336 /// A variable declaration introduces a new variable, and can occur in 3 places:
341 /// If a variable occurs in any other location, it is a reference to an existing
342 /// variable declaration -- e.g. 'x' in (x * y + z). To save space, we don't
343 /// allocate a separate AST node for variable references; a reference is just a
345 class Variable : public SExpr {
350 VK_Let, ///< Let-variable
355 Variable(StringRef s, SExpr *D = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 333 /// A named variable, e.g. "x".
335 /// There are two distinct places in which a Variable can appear in the AST.
336 /// A variable declaration introduces a new variable, and can occur in 3 places:
341 /// If a variable occurs in any other location, it is a reference to an existing
342 /// variable declaration -- e.g. 'x' in (x * y + z). To save space, we don't
343 /// allocate a separate AST node for variable references; a reference is just a
345 class Variable : public SExpr {
350 VK_Let, ///< Let-variable
355 Variable(StringRef s, SExpr *D = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 333 /// A named variable, e.g. "x".
335 /// There are two distinct places in which a Variable can appear in the AST.
336 /// A variable declaration introduces a new variable, and can occur in 3 places:
341 /// If a variable occurs in any other location, it is a reference to an existing
342 /// variable declaration -- e.g. 'x' in (x * y + z). To save space, we don't
343 /// allocate a separate AST node for variable references; a reference is just a
345 class Variable : public SExpr {
350 VK_Let, ///< Let-variable
355 Variable(StringRef s, SExpr *D = nullptr
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUserDefinedIO.cpp 240 class Variable : public TopLevelObject
243 Variable (const std::string& name_, const glu::VarType& type, const bool isArray)
261 glu::VarType m_type; //!< If this Variable is an array element, m_type is the element type; otherwise just the variable type.
265 std::string Variable::declare (void) const
271 std::string Variable::declareArray (const std::string& sizeExpr) const
277 std::string Variable::glslTraverseBasicTypeArray (const int numArrayElements, const int indentationDepth, BasicTypeVisitFunc visit) const
288 std::string Variable::glslTraverseBasicType (const int indentationDepth, BasicTypeVisitFunc visit) const
294 int Variable::numBasicSubobjectsInElementType (void) const
299 std::string Variable::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) cons
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 170 // mapValueToIceVar has a version that forces an ICE type on the variable,
172 Ice::Variable *mapValueToIceVar(const Value *V, Ice::Type IceTy) {
183 Ice::Variable *mapValueToIceVar(const Value *V) {
333 Ice::Variable *Dest = mapValueToIceVar(Instr);
348 Ice::Variable *Dest = mapValueToIceVar(BinOp);
379 Ice::Variable *Dest = mapValueToIceVar(Instr, Ice::getPointerType());
385 Ice::Variable *Dest = mapValueToIceVar(Instr);
401 Ice::Variable *Dest = mapValueToIceVar(Instr);
408 Ice::Variable *Dest = mapValueToIceVar(Instr);
452 Ice::Variable *Dest = mapValueToIceVar(Instr)
    [all...]
IceTargetLoweringX8664Traits.h     [all...]
  /external/v8/src/builtins/
builtins-handler.cc 144 Variable var_result(this, MachineRepresentation::kTagged, proto_or_map);
180 Variable var_name_index(this, MachineType::PointerRepresentation());
186 Variable var_details(this, MachineRepresentation::kWord32);
187 Variable var_value(this, MachineRepresentation::kTagged);
237 Variable var_name_index(this, MachineType::PointerRepresentation());
builtins-math.cc 33 Variable var_x(this, MachineRepresentation::kTagged);
111 Variable var_x(this, MachineRepresentation::kTagged);
223 Variable var_clz32_x(this, MachineRepresentation::kWord32);
227 Variable var_x(this, MachineRepresentation::kTagged);
416 Variable smi_index(this, MachineRepresentation::kTagged);
builtins-number.cc 172 Variable var_input(this, MachineRepresentation::kTagged);
565 Variable var_fadd_lhs(this, MachineRepresentation::kFloat64),
570 Variable var_lhs(this, MachineRepresentation::kTagged),
573 Variable* loop_vars[2] = {&var_lhs, &var_rhs};
908 Variable var_fsub_lhs(this, MachineRepresentation::kFloat64),
913 Variable var_lhs(this, MachineRepresentation::kTagged),
916 Variable* loop_vars[2] = {&var_lhs, &var_rhs};
    [all...]
builtins-function.cc 279 typedef CodeStubAssembler::Variable Variable;
351 Variable bound_function_map(&assembler, MachineRepresentation::kTagged);
382 Variable argument_array(&assembler, MachineRepresentation::kTagged);
391 Variable index(&assembler, MachineType::PointerRepresentation());
411 Variable bound_receiver(&assembler, MachineRepresentation::kTagged);
  /external/v8/src/interpreter/
interpreter-intrinsics.cc 68 InterpreterAssembler::Variable result(assembler_,
120 InterpreterAssembler::Variable return_value(assembler_,
151 InterpreterAssembler::Variable return_value(assembler_,
195 InterpreterAssembler::Variable return_value(assembler_,
308 InterpreterAssembler::Variable return_value(assembler_,
interpreter-assembler.cc 103 Variable cur_context(this, MachineRepresentation::kTaggedPointer);
106 Variable cur_depth(this, MachineRepresentation::kWord32);
111 Variable* context_search_loop_variables[2] = {&cur_depth, &cur_context};
135 Variable cur_context(this, MachineRepresentation::kTaggedPointer);
138 Variable cur_depth(this, MachineRepresentation::kWord32);
141 Variable* context_search_loop_variables[2] = {&cur_depth, &cur_context};
577 Variable return_value(this, MachineRepresentation::kTagged);
756 Variable return_value(this, MachineRepresentation::kTagged);
757 Variable allocation_feedback(this, MachineRepresentation::kTagged);
    [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);
  /build/blueprint/
scope.go 24 // A Variable represents a global Ninja variable definition that will be written
25 // to the output .ninja file. A variable may contain references to other global
26 // Ninja variables, but circular variable references are not allowed.
27 type Variable interface {
59 variables map[string]Variable
68 variables: make(map[string]Variable),
84 // the name is valid and that the scope doesn't have a variable
103 func (s *basicScope) LookupVariable(name string) (Variable, error) {
106 // The variable name looks like "pkg.var
    [all...]
  /external/skia/src/sksl/
SkSLIRGenerator.cpp 214 auto decl = this->convertVarDeclarations(*s.fDeclarations, Variable::kLocal_Storage);
222 Variable::Storage storage) {
258 auto var = std::unique_ptr<Variable>(new Variable(decl.fPosition, decl.fModifiers,
269 if (storage == Variable::kGlobal_Storage && varDecl.fName == String("sk_FragColor") &&
272 } else if (storage == Variable::kGlobal_Storage && (*fSymbolTable)[varDecl.fName] &&
274 ((Variable*) (*fSymbolTable)[varDecl.fName])->fModifiers.fLayout.fBuiltin >= 0) {
276 Variable* old = (Variable*) (*fSymbolTable)[varDecl.fName];
296 Variable* invocationId = (Variable*) (*fSymbolTable)["sk_InvocationID"]
    [all...]
SkSLCompiler.cpp 160 Variable* skCaps = new Variable(Position(), Modifiers(), skCapsName,
161 *fContext.fSkCaps_Type, Variable::kGlobal_Storage);
165 Variable* skArgs = new Variable(Position(), Modifiers(), skArgsName,
166 *fContext.fSkArgs_Type, Variable::kGlobal_Storage);
185 const Variable& var = ((VariableReference*) lvalue)->fVariable;
186 if (var.fStorage == Variable::kLocal_Storage) {
192 // We consider the variable written to as long as at least some of its components have
591 std::unordered_set<const Variable*>* undefinedVariables
    [all...]
  /external/v8/src/parsing/
parser.cc 193 Variable* constructor_args = function_scope->DeclareParameter(
468 // %IS_VAR(x) evaluates to x if x is a variable,
1440 Variable* variable = scope->DeclareVariable( local
    [all...]
  /build/soong/androidmk/parser/
make_strings.go 8 // A MakeString is a string that may contain variable substitutions in it.
9 // It can be considered as an alternating list of raw Strings and variable
11 // Strings (possibly empty). A MakeString that starts with a variable
13 // variable will have an empty last raw string. Two sequential Variables
17 // of Variables. The raw string list is always one longer than the variable
22 Variables []Variable
53 func (ms *MakeString) appendVariable(v Variable) {
56 ms.Variables = []Variable{v}
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
Platform.c 704 EFI_PEI_READ_ONLY_VARIABLE2_PPI *Variable = NULL;
761 // Obtain variable services
768 (void **)&Variable
771 Status = Variable->GetVariable (
772 Variable,
780 //The setup variable is corrupted
782 Status = Variable->GetVariable(
783 Variable,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenGenerator.py 131 return Variable(self.returntype, "_rv", OutMode)
142 arg = Variable(type, name, mode)
284 self.itself = Variable(t0, "_self->ob_itself", SelfMode)
  /external/python/cpython2/Tools/bgen/bgen/
bgenGenerator.py 131 return Variable(self.returntype, "_rv", OutMode)
142 arg = Variable(type, name, mode)
284 self.itself = Variable(t0, "_self->ob_itself", SelfMode)

Completed in 1577 milliseconds

<<11121314151617181920>>