Home
last modified time | relevance | path

Searched refs:VariableDeclaration (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp91 auto *RzArray = VariableDeclaration::create(&NewGlobals); in instrumentGlobals()
93 auto *RzSizes = VariableDeclaration::create(&NewGlobals); in instrumentGlobals()
104 for (VariableDeclaration *Global : Globals) { in instrumentGlobals()
106 VariableDeclaration *RzLeft = VariableDeclaration::create(&NewGlobals); in instrumentGlobals()
107 VariableDeclaration *NewGlobal = Global; in instrumentGlobals()
108 VariableDeclaration *RzRight = VariableDeclaration::create(&NewGlobals); in instrumentGlobals()
116 RzLeft->addInitializer(VariableDeclaration::ZeroInitializer::create( in instrumentGlobals()
118 RzRight->addInitializer(VariableDeclaration::ZeroInitializer::create( in instrumentGlobals()
121 RzLeft->addInitializer(VariableDeclaration::DataInitializer::create( in instrumentGlobals()
123 RzRight->addInitializer(VariableDeclaration::DataInitializer::create( in instrumentGlobals()
[all …]
DIceGlobalInits.cpp105 void VariableDeclaration::dumpType(Ostream &Stream) const { in dumpType()
125 void VariableDeclaration::dump(Ostream &Stream) const { in dump()
156 void VariableDeclaration::Initializer::dumpType(Ostream &Stream) const { in dumpType()
162 void VariableDeclaration::DataInitializer::dump(Ostream &Stream) const { in dump()
179 void VariableDeclaration::ZeroInitializer::dump(Ostream &Stream) const { in dump()
186 void VariableDeclaration::RelocInitializer::dumpType(Ostream &Stream) const { in dumpType()
192 void VariableDeclaration::RelocInitializer::dump(Ostream &Stream) const { in dump()
DIceGlobalInits.h177 class VariableDeclaration : public GlobalDeclaration {
178 VariableDeclaration(const VariableDeclaration &) = delete;
179 VariableDeclaration &operator=(const VariableDeclaration &) = delete;
363 static VariableDeclaration *create(VariableDeclarationList *VDL,
367 return new (VDL->allocate_variable_declaration<VariableDeclaration>())
368 VariableDeclaration(Linkage, SuppressMangling);
371 static VariableDeclaration *createExternal(VariableDeclarationList *VDL) { in createExternal()
446 VariableDeclaration(llvm::GlobalValue::LinkageTypes Linkage, in VariableDeclaration() function
454 const VariableDeclaration::Initializer &Init) {
DIceELFObjectWriter.cpp274 classifyGlobalSection(const VariableDeclaration *Var) { in classifyGlobalSection()
286 for (VariableDeclaration *Var : Vars) { in partitionGlobalsBySection()
348 for (VariableDeclaration *Var : Vars) { in writeDataOfType()
393 for (VariableDeclaration *Var : Vars) { in writeDataOfType()
418 case VariableDeclaration::Initializer::DataInitializerKind: { in writeDataOfType()
420 llvm::cast<VariableDeclaration::DataInitializer>(Init) in writeDataOfType()
425 case VariableDeclaration::Initializer::ZeroInitializerKind: in writeDataOfType()
428 case VariableDeclaration::Initializer::RelocInitializerKind: { in writeDataOfType()
430 llvm::cast<VariableDeclaration::RelocInitializer>(Init); in writeDataOfType()
DIceDefs.h78 class VariableDeclaration; variable
164 using VariableDeclarationArray = std::vector<VariableDeclaration *>;
189 void willNotBeEmitted(VariableDeclaration *) {} in willNotBeEmitted() argument
250 void push_back(VariableDeclaration *Global) { Globals.push_back(Global); } in push_back()
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dtypedef.ts14 VariableDeclaration = 'variableDeclaration', enumerator
44 [OptionKeys.VariableDeclaration]: { type: 'boolean' },
59 [OptionKeys.VariableDeclaration]: false,
85 case AST_NODE_TYPES.VariableDeclaration:
210 !options[OptionKeys.VariableDeclaration] ||
224 case AST_NODE_TYPES.VariableDeclaration:
Dindent.ts186 VariableDeclaration(node: TSESTree.VariableDeclaration) {
192 return rules.VariableDeclaration(node);
264 return rules.VariableDeclaration({
265 type: AST_NODE_TYPES.VariableDeclaration,
Dno-unused-vars.ts285 | TSESTree.VariableDeclaration;
302 AST_NODE_TYPES.VariableDeclaration,
321 case AST_NODE_TYPES.VariableDeclaration:
/third_party/vk-gl-cts/framework/opengl/
DgluVarType.hpp256 struct VariableDeclaration struct
258VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE…
260 bool operator== (const VariableDeclaration& other) const;
261 bool operator!= (const VariableDeclaration& other) const;
280 std::vector<glu::VariableDeclaration> variables; argument
332 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl);
DgluVarType.cpp260 VariableDeclaration::VariableDeclaration (const VarType& varType_, const std::string& name_, Storag… in VariableDeclaration() function in glu::VariableDeclaration
270 bool VariableDeclaration::operator== (const VariableDeclaration& other) const in operator ==()
280 bool VariableDeclaration::operator!= (const VariableDeclaration& other) const in operator !=()
328 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl) in operator <<()
/third_party/typescript/tests/baselines/reference/
DclassMemberWithMissingIdentifier2.errors.txt6 …r/classMemberWithMissingIdentifier2.ts(2,27): error TS2304: Cannot find name 'VariableDeclaration'.
12 public {[name:string]:VariableDeclaration};
24 !!! error TS2304: Cannot find name 'VariableDeclaration'.
DclassMemberWithMissingIdentifier2.js3 public {[name:string]:VariableDeclaration};
14 VariableDeclaration;
DclassMemberWithMissingIdentifier2.types5 public {[name:string]:VariableDeclaration};
10 >VariableDeclaration : any
/third_party/typescript_eslint/packages/scope-manager/tests/eslint-scope/
Dget-declared-variables.test.ts43 verify(ast, AST_NODE_TYPES.VariableDeclaration, [
61 verify(ast, AST_NODE_TYPES.VariableDeclaration, [
226 verify(ast, AST_NODE_TYPES.VariableDeclaration, [['a']]);
Dchild-visitor-keys.test.ts11 const decl = ast.body[0] as TSESTree.VariableDeclaration;
35 const decl = ast.body[0] as TSESTree.VariableDeclaration;
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp48 …VariablePathComponent (const glu::VariableDeclaration* decl) :m_type(TYPE_DECLARATION) { m_data.d… in VariablePathComponent()
59 …const glu::VariableDeclaration* getDeclaration (void) const { DE_ASSERT(isDeclaration()); return… in getDeclaration()
75 const glu::VariableDeclaration* declaration;
97 bool matchesFilter (const glu::VariableDeclaration& variable) const;
Des31fSeparateShaderTests.cpp82 using glu::VariableDeclaration;
200 void printInputColor (ostringstream& oss, const VariableDeclaration& input) in printInputColor()
288 vector<VariableDeclaration> vtxOutputs;
289 vector<VariableDeclaration> frgInputs;
358 VariableDeclaration(varType, vtxName, STORAGE_OUT, getGluInterpolation(vtxCompatInterp), loc)); in genVaryingInterface()
360 VariableDeclaration(varType, frgName, STORAGE_IN, getGluInterpolation(frgInterp), loc)); in genVaryingInterface()
369 vector<VariableDeclaration> varyingCompatVtxOutputs (const VaryingInterface& varyings) in varyingCompatVtxOutputs()
371 vector<VariableDeclaration> outputs = varyings.vtxOutputs; in varyingCompatVtxOutputs()
402 oss << VariableDeclaration(varType, varName, STORAGE_UNIFORM) << ";\n"; in printFloatDeclaration()
404 oss << VariableDeclaration(varType, varName, STORAGE_CONST) in printFloatDeclaration()
[all …]
/third_party/typescript_eslint/packages/scope-manager/src/definition/
DVariableDefinition.ts8 TSESTree.VariableDeclaration,
14 decl: TSESTree.VariableDeclaration,
/third_party/typescript_eslint/packages/eslint-plugin/typings/
Deslint-rules.d.ts132 VariableDeclaration(node: TSESTree.VariableDeclaration): void;
201 VariableDeclaration: RuleFunction<TSESTree.VariableDeclaration>;
563 VariableDeclaration(node: TSESTree.VariableDeclaration): void;
673 'VariableDeclaration:exit'(node: TSESTree.VariableDeclaration): void;
/third_party/typescript/src/services/
Dbreakpoints.ts75 case SyntaxKind.VariableDeclaration:
78 …return spanInVariableDeclaration(<VariableDeclaration | PropertyDeclaration | PropertySignature>no…
340 case SyntaxKind.VariableDeclaration:
343 … const { initializer, type } = <VariableDeclaration | ParameterDeclaration>node.parent;
369 …function textSpanFromVariableDeclaration(variableDeclaration: VariableDeclaration | PropertyDeclar…
380 …function spanInVariableDeclaration(variableDeclaration: VariableDeclaration | PropertyDeclaration …
534 return textSpanFromVariableDeclaration(<VariableDeclaration>bindingPattern.parent);
DcallHierarchy.ts14 | ClassExpression & { name: undefined, parent: VariableDeclaration & { name: Identifier } }
15 … | FunctionExpression & { name: undefined, parent: VariableDeclaration & { name: Identifier } }
16 | ArrowFunction & { name: undefined, parent: VariableDeclaration & { name: Identifier } }
389 case SyntaxKind.VariableDeclaration:
392 collect((node as VariableDeclaration | ParameterDeclaration).name);
393 collect((node as VariableDeclaration | ParameterDeclaration).initializer);
/third_party/typescript/src/services/refactors/
DmoveToNewFile.ts216 case SyntaxKind.VariableDeclaration:
264 case SyntaxKind.VariableDeclaration:
298 | VariableDeclaration & { initializer: RequireOrImportCall };
363 case SyntaxKind.VariableDeclaration:
399 …nusedImportsInVariableDeclaration(sourceFile: SourceFile, varDecl: VariableDeclaration, changes: t…
570 case SyntaxKind.VariableDeclaration:
571 return isVariableDeclarationInImport(decl as VariableDeclaration);
578 function isVariableDeclarationInImport(decl: VariableDeclaration) {
596 case SyntaxKind.VariableDeclaration: {
679 …interface TopLevelVariableDeclaration extends VariableDeclaration { parent: VariableDeclarationLis…
[all …]
/third_party/typescript/src/services/codefixes/
DfixJSDocTypes.ts57 | TypeAliasDeclaration | TypeAssertion | VariableDeclaration;
77 case SyntaxKind.VariableDeclaration:
/third_party/typescript_eslint/packages/typescript-estree/tests/lib/__snapshots__/
Dparse.test.ts.snap173 "type": "VariableDeclaration",
463 "type": "VariableDeclaration",
715 "type": "VariableDeclaration",
895 "type": "VariableDeclaration",
1332 "type": "VariableDeclaration",
1622 "type": "VariableDeclaration",
1874 "type": "VariableDeclaration",
2054 "type": "VariableDeclaration",
2234 "type": "VariableDeclaration",
2414 "type": "VariableDeclaration",
[all …]
/third_party/typescript/tests/cases/compiler/
DclassMemberWithMissingIdentifier2.ts2 public {[name:string]:VariableDeclaration};

12345678910>>...13