Home
last modified time | relevance | path

Searched refs:Definition (Results 1 – 25 of 1357) sorted by relevance

12345678910>>...55

/external/skqp/tools/bookmaker/
DincludeWriter.h66 IterState (list<Definition>::iterator tIter, list<Definition>::iterator tIterEnd) in IterState()
70 list<Definition>::iterator fDefIter;
71 list<Definition>::iterator fDefEnd;
75 const Definition* fParent;
91 const Definition* fDefinition;
136 bool checkChildCommentLength(const Definition* parent, MarkType childType) const;
137 void checkEnumLengths(const Definition& child, string enumName, ItemLength* length) const;
138 void constOut(const Definition* memberStart, const Definition* bmhConst);
140 bool defineOut(const Definition& );
141 bool descriptionOut(const Definition* def, SkipFirstLine , Phrase );
[all …]
DincludeParser.h17 struct IClassDefinition : public Definition {
18 unordered_map<string, Definition*> fConsts;
19 unordered_map<string, Definition*> fDefines;
20 unordered_map<string, Definition*> fEnums;
21 unordered_map<string, Definition*> fMembers;
22 unordered_map<string, Definition*> fMethods;
23 unordered_map<string, Definition*> fStructs;
24 unordered_map<string, Definition*> fTypedefs;
115 void checkName(Definition* );
116 void checkTokens(list<Definition>& tokens, string key, string className,
[all …]
Ddefinition.h16 class Definition : public NonAssignable {
73 Definition() {} in Definition() function
75 Definition(const char* start, const char* end, int line, Definition* parent, char mc) in Definition() function
90 Definition(MarkType markType, const char* start, int line, Definition* parent, char mc) in Definition() function
91 : Definition(markType, start, nullptr, line, parent, mc) { in Definition()
94Definition(MarkType markType, const char* start, const char* end, int line, Definition* parent, ch… in Definition() function
95 : Definition(start, end, line, parent, mc) { in Definition()
100 Definition(Bracket bracket, const char* start, int lineCount, Definition* parent, char mc) in Definition() function
101 : Definition(start, nullptr, lineCount, parent, mc) { in Definition()
106 Definition(KeyWord keyWord, const char* start, const char* end, int lineCount, in Definition() function
[all …]
DmdOut.h96 bool findLink(string ref, string* linkPtr, unordered_map<string, Definition*>& map);
187 const Definition* fLastDef;
188 const Definition* fMethod;
189 const Definition* fSubtopic;
190 const Definition* fPriorDef;
203 void addCodeBlock(const Definition* def, string& str) const;
210 bool checkParamReturnBody(const Definition* def);
211 Definition* checkParentsForMatch(Definition* test, string ref) const;
212 void childrenOut(Definition* def, const char* contentStart);
213 Definition* csParent();
[all …]
DbmhParser.h73 const char* checkForFullTerminal(const char* end, const Definition* ) const;
74 bool checkParamReturn(const Definition* definition) const;
75 bool dumpExamples(FILE* fiddleOut, Definition& def, bool* continuation) const;
83 bool exampleToScript(Definition*, ExampleOptions, string* result ) const;
84 string extractText(const Definition* , TrimExtract ) const;
87 Definition* findExample(string name) const;
90 static bool IsExemplary(const Definition* );
91 string loweredTopic(string name, Definition* def);
94 const Definition* parentSpace() const;
104 void parseHashAnchor(Definition* );
[all …]
DincludeParser.cpp100 Definition* def = &fParent->fTokens.back(); in addKeyword()
411 string IncludeParser::writeCodeBlock(const Definition& iDef) { in writeCodeBlock()
643 Definition* poundDef = fParent; in checkForWord()
647 if (Definition::Type::kBracket != poundDef->fType) { in checkForWord()
735 void IncludeParser::checkName(Definition* def) { in checkName()
748 void IncludeParser::checkTokens(list<Definition>& tokens, string key, string className, in checkTokens()
755 const Definition* def = nullptr; in checkTokens()
963 const Definition* topic = def->topicParent(); in checkTokens()
965 [](Definition* def){ return MarkType::kCode == def->fMarkType in checkTokens()
1137 IClassDefinition* IncludeParser::defineClass(const Definition& includeDef, in defineClass()
[all …]
DincludeWriter.cpp14 bool IncludeWriter::checkChildCommentLength(const Definition* parent, MarkType childType) const { in checkChildCommentLength()
39 void IncludeWriter::checkEnumLengths(const Definition& child, string enumName, ItemLength* length) … in checkEnumLengths()
40 const Definition* enumItem = this->matchMemberName(enumName, child); in checkEnumLengths()
42 [](Definition* child){return MarkType::kNoJustify == child->fMarkType;})) { in checkEnumLengths()
56 void IncludeWriter::constOut(const Definition* memberStart, const Definition* bmhConst) { in constOut()
82 bool IncludeWriter::descriptionOut(const Definition* def, SkipFirstLine skipFirstLine, in descriptionOut()
94 const Definition* lastDescription = def; in descriptionOut()
250 Definition* phraseDef = iter->second; in descriptionOut()
325 void IncludeWriter::enumHeaderOut(RootDefinition* root, const Definition& child) { in enumHeaderOut()
326 const Definition* enumDef = nullptr; in enumHeaderOut()
[all …]
DfiddleParser.h30 Definition* findExample(string name) const;
32 virtual bool pngOut(Definition* example) = 0;
33 virtual bool textOut(Definition* example, const char* stdOutStart,
54 bool pngOut(Definition* example) override { in pngOut()
58 bool textOut(Definition* example, const char* stdOutStart,
75 bool pngOut(Definition* example) override;
76 bool textOut(Definition* example, const char* stdOutStart,
DselfCheck.cpp51 Definition* topicDef = topic.second; in check()
72 void checkMethod(string topic, const Definition* csChild, vector<string>* reported) { in checkMethod()
83 Definition::MethodType::kConstructor == csChild->fMethodType in checkMethod()
84 || Definition::MethodType::kDestructor == csChild->fMethodType in checkMethod()
85 || Definition::MethodType::kOperator == csChild->fMethodType in checkMethod()
110 const Definition* cs = this->classOrStruct(); in checkRelatedFunctions()
114 const Definition* topic = cs->fParent; in checkRelatedFunctions()
135 const Definition* classOrStruct() { in classOrStruct()
Ddefinition.cpp37 #define DEFOP Definition::Operator
179 bool Definition::parseOperator(size_t doubleColons, string& result) { in parseOperator()
206 fMethodType = Definition::MethodType::kOperator; in parseOperator()
297 bool Definition::boilerplateIfDef() { in boilerplateIfDef()
298 const Definition& label = fTokens.front(); in boilerplateIfDef()
309 void Definition::setCanonicalFiddle() { in setCanonicalFiddle()
310 fMethodType = Definition::MethodType::kNone; in setCanonicalFiddle()
317 fMethodType = Definition::MethodType::kDestructor; in setCanonicalFiddle()
335 fMethodType = Definition::MethodType::kConstructor; in setCanonicalFiddle()
350 fMethodType = Definition::MethodType::kConstructor; in setCanonicalFiddle()
[all …]
DmdOut.cpp124 string MdOut::tableDataCodeRef(const Definition* ref) { in tableDataCodeRef()
132 string MdOut::tableDataCodeDef(const Definition* def) { in tableDataCodeDef()
136 static string table_data_const(const Definition* def, const char** textStartPtr) { in table_data_const()
154 static string out_table_data_description(const Definition* def) { in out_table_data_description()
238 Definition* MdOut::checkParentsForMatch(Definition* test, string ref) const { in checkParentsForMatch()
253 if (Definition* def = root->find(prefixed, RootDefinition::AllowParens::kYes)) { in checkParentsForMatch()
404 Definition* priorDef = priorIter->second; in setLink()
478 const Definition* rootTopic = fSubtopic->subtopicParent(); in setLink()
503 const Definition* topical = fSubtopic; in setLink()
536 Definition* example = fLastDef->fParent; in setLink()
[all …]
/external/mesa3d/src/amd/compiler/tests/
Dtest_to_hw_instr.cpp56 Definition(v0_lo, v2b), Definition(v1_lo, v2b),
65 Definition(v0_lo, v1),
75 Definition(v0_lo, v6b), Operand(v1_lo, v2b),
86 Definition(v0_lo, v2),
100 Definition(v0_lo, v2),
109 Definition(v1_lo, v2b), Definition(v0_lo, v2b),
118 Definition(v1_lo, v2b), Definition(v0_lo, v2b),
119 Definition(v2_lo, v2b), Operand(v0_lo, v6b));
128 Definition(v1_lo, v2b), Definition(v0_lo, v2b),
129 Definition(v2_lo, v2b), Definition(v3_lo, v2b),
[all …]
Dtest_assembler.cpp50 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 1);
73 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 2);
104 bld.sopp(aco_opcode::s_cbranch_scc0, Definition(PhysReg(0), s2), 2);
141 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 0);
170 bld.sopp(aco_opcode::s_cbranch_execnz, Definition(PhysReg(0), s2), 0);
189 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 1);
193 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 2);
212 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 2);
223 bld.sop1(aco_opcode::p_constaddr, Definition(PhysReg(0), s2), Operand(0u));
242 add3->definitions[0] = Definition(PhysReg(0), v1);
[all …]
/external/clang/test/Index/
Dannotate-tokens.m169 // CHECK: Punctuation: "*" [2:20 - 2:21] ParmDecl=other:2:22 (Definition)
170 // CHECK: Punctuation: ")" [2:21 - 2:22] ParmDecl=other:2:22 (Definition)
171 // CHECK: Identifier: "other" [2:22 - 2:27] ParmDecl=other:2:22 (Definition)
175 // CHECK: Punctuation: "@" [5:1 - 5:2] ObjCImplementationDecl=Foo:5:17 (Definition)
176 // CHECK: Keyword: "implementation" [5:2 - 5:16] ObjCImplementationDecl=Foo:5:17 (Definition)
177 // CHECK: Identifier: "Foo" [5:17 - 5:20] ObjCImplementationDecl=Foo:5:17 (Definition)
178 // CHECK: Punctuation: "-" [6:1 - 6:2] ObjCInstanceMethodDecl=compare::6:8 (Definition)
179 // CHECK: Punctuation: "(" [6:3 - 6:4] ObjCInstanceMethodDecl=compare::6:8 (Definition)
180 // CHECK: Keyword: "int" [6:4 - 6:7] ObjCInstanceMethodDecl=compare::6:8 (Definition)
181 // CHECK: Punctuation: ")" [6:7 - 6:8] ObjCInstanceMethodDecl=compare::6:8 (Definition)
[all …]
Dc-index-getCursor-test.m77 // CHECK: [19:29 - 19:40] ParmDecl=fArg:19:36 (Definition)
83 // CHECK: [23:1 - 24:1] ObjCProtocolDecl=Proto:23:11 (Definition)
85 // CHECK: [24:11 - 25:5] ObjCProtocolDecl=Proto:23:11 (Definition)
87 // CHECK: [27:1 - 27:17] ObjCProtocolDecl=SubP:27:11 (Definition)
89 // CHECK: [27:22 - 28:1] ObjCProtocolDecl=SubP:27:11 (Definition)
91 // CHECK: [28:12 - 29:5] ObjCProtocolDecl=SubP:27:11 (Definition)
98 // CHECK: [33:5 - 33:16] ObjCIvarDecl=_anIVar:33:9 (Definition)
105 // CHECK: [40:1 - 41:3] EnumDecl=:40:1 (Definition)
106 // CHECK: [41:3 - 41:11] EnumConstantDecl=someEnum:41:3 (Definition)
107 // CHECK: [41:11 - 42:2] EnumDecl=:40:1 (Definition)
[all …]
Dusrs.m180 // CHECK-source: usrs.m:3:19: FunctionDecl=my_helper:3:19 (Definition) Extent=[3:1 - 3:60]
181 // CHECK-source: usrs.m:3:33: ParmDecl=x:3:33 (Definition) Extent=[3:29 - 3:34]
182 // CHECK-source: usrs.m:3:40: ParmDecl=y:3:40 (Definition) Extent=[3:36 - 3:41]
188 // CHECK-source: usrs.m:5:1: EnumDecl=:5:1 (Definition) Extent=[5:1 - 8:2]
189 // CHECK-source: usrs.m:6:3: EnumConstantDecl=ABA:6:3 (Definition) Extent=[6:3 - 6:6]
190 // CHECK-source: usrs.m:7:3: EnumConstantDecl=CADABA:7:3 (Definition) Extent=[7:3 - 7:9]
191 // CHECK-source: usrs.m:10:1: EnumDecl=:10:1 (Definition) Extent=[10:1 - 13:2]
192 // CHECK-source: usrs.m:11:3: EnumConstantDecl=FOO:11:3 (Definition) Extent=[11:3 - 11:6]
193 // CHECK-source: usrs.m:12:3: EnumConstantDecl=BAR:12:3 (Definition) Extent=[12:3 - 12:6]
194 // CHECK-source: usrs.m:18:3: TypedefDecl=MyStruct:18:3 (Definition) Extent=[15:1 - 18:11]
[all …]
Dfile-refs.m45 // CHECK: ObjCImplementationDecl=Foo:7:17 (Definition)
52 // CHECK-NEXT: ObjCImplementationDecl=Foo:7:17 (Definition) =[7:17 - 7:20]
58 // CHECK-NEXT: ObjCInstanceMethodDecl=setWithInt:andFloat::8:6 (Definition) =[8:6 - 8:16]
65 // CHECK-NEXT: ObjCInstanceMethodDecl=setWithInt:andFloat::8:6 (Definition) =[8:24 - 8:32]
70 // CHECK-NEXT: ObjCProtocolDecl=Prot1:18:11 (Definition)
71 // CHECK-NEXT: ObjCProtocolDecl=Prot1:18:11 (Definition) =[18:11 - 18:16]
79 // CHECK-NEXT: ObjCInstanceMethodDecl=protMeth:33:8 (Definition) [Overrides @19:8] =[33:8 - 33:16]
84 // CHECK-NEXT: ObjCInstanceMethodDecl=protMeth:33:8 (Definition) [Overrides @19:8]
87 // CHECK-NEXT: ObjCInstanceMethodDecl=protMeth:33:8 (Definition) [Overrides @19:8] =[33:8 - 33:16]
/external/angle/third_party/glslang/src/Test/baseResults/
Drecurse1.vert.out4 0:3 Function Definition: main( ( global void)
6 0:9 Function Definition: self( ( global void)
10 0:16 Function Definition: foo(f1; ( global void)
17 0:21 Function Definition: bar(i1; ( global float)
27 0:32 Function Definition: A( ( global void)
31 0:33 Function Definition: C( ( global void)
35 0:34 Function Definition: B( ( global void)
39 0:35 Function Definition: D( ( global void)
43 0:41 Function Definition: AT( ( global void)
49 0:42 Function Definition: CT( ( global void)
[all …]
Dhlsl.function.frag.out10 0:2 Function Definition: fun0( ( temp 4-component vector of float)
19 0:7 Function Definition: fun2(vf4; ( temp uint)
26 0:12 Function Definition: fun4(u1;u1; ( temp 4-component vector of float)
37 0:17 Function Definition: fun1(i1; ( temp 4-component vector of float)
50 0:23 Function Definition: @main( ( temp int)
52 0:23 Function Definition: main( ( temp void)
68 0:2 Function Definition: fun0( ( temp 4-component vector of float)
77 0:7 Function Definition: fun2(vf4; ( temp uint)
84 0:12 Function Definition: fun4(u1;u1; ( temp 4-component vector of float)
95 0:17 Function Definition: fun1(i1; ( temp 4-component vector of float)
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Drecurse1.vert.out4 0:3 Function Definition: main( ( global void)
6 0:9 Function Definition: self( ( global void)
10 0:16 Function Definition: foo(f1; ( global void)
17 0:21 Function Definition: bar(i1; ( global float)
27 0:32 Function Definition: A( ( global void)
31 0:33 Function Definition: C( ( global void)
35 0:34 Function Definition: B( ( global void)
39 0:35 Function Definition: D( ( global void)
43 0:41 Function Definition: AT( ( global void)
49 0:42 Function Definition: CT( ( global void)
[all …]
Dhlsl.function.frag.out10 0:2 Function Definition: fun0( ( temp 4-component vector of float)
19 0:7 Function Definition: fun2(vf4; ( temp uint)
26 0:12 Function Definition: fun4(u1;u1; ( temp 4-component vector of float)
37 0:17 Function Definition: fun1(i1; ( temp 4-component vector of float)
50 0:23 Function Definition: @main( ( temp int)
52 0:23 Function Definition: main( ( temp void)
68 0:2 Function Definition: fun0( ( temp 4-component vector of float)
77 0:7 Function Definition: fun2(vf4; ( temp uint)
84 0:12 Function Definition: fun4(u1;u1; ( temp 4-component vector of float)
95 0:17 Function Definition: fun1(i1; ( temp 4-component vector of float)
[all …]
/external/antlr/runtime/C/doxygen/
Ddoxygengroups.dox61 /// \defgroup ANTLR3_BASE_RECOGNIZER ANTLR3_BASE_RECOGNIZER - Base Recognizer Class Definition
71 …LR3_RECOGNIZER_SHARED_STATE ANTLR3_RECOGNIZER_SHARED_STATE Recognizer Shared State Class Definition
73 /// \defgroup ANTLR3_BITSET ANTLR3_BITSET - Bitset Class Definition
75 /// \defgroup ANTLR3_TOKEN_FACTORY ANTLR3_TOKEN_FACTORY - Token Factory Class Definition
77 /// \defgroup ANTLR3_COMMON_TOKEN ANTLR3_COMMON_TOKEN - Common Token Class Definition
79 /// \defgroup ANTLR3_EXCEPTION ANTLR3_EXCEPTION - Exception Class Definition
81 /// \defgroup ANTLR3_HASH_BUCKET ANTLR3_HASH_BUCKET - Hash Table Bucket Class Definition
83 /// \defgroup ANTLR3_HASH_ENTRY ANTLR3_HASH_ENTRY - Hash Table Entry Class Definition
85 /// \defgroup ANTLR3_HASH_ENUM ANTLR3_HASH_ENUM - Hash Table Enumerator Class Definition
87 /// \defgroup ANTLR3_HASH_TABLE ANTLR3_HASH_TABLE - Hash Table Class Definition
[all …]
/external/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp190 void emit_vadd32(Builder& bld, Definition def, Operand src0, Operand src1) in emit_vadd32()
205 Definition dst[] = {Definition(dst_reg, v1), Definition(PhysReg{dst_reg+1}, v1)}; in emit_int64_dpp_op()
206 Definition vtmp_def[] = {Definition(vtmp_reg, v1), Definition(PhysReg{vtmp_reg+1}, v1)}; in emit_int64_dpp_op()
311 Definition dst[] = {Definition(dst_reg, v1), Definition(PhysReg{dst_reg+1}, v1)}; in emit_int64_op()
321 bld.vop1(aco_opcode::v_mov_b32, Definition(vtmp, v1), src0[0]); in emit_int64_op()
322 bld.vop1(aco_opcode::v_mov_b32, Definition(PhysReg{vtmp+1}, v1), src0[1]); in emit_int64_op()
329 bld.vop1(aco_opcode::v_mov_b32, Definition(PhysReg{vtmp+1}, v1), src0[1]); in emit_int64_op()
388 Definition tmp0_def(PhysReg{src0_reg+1}, v1); in emit_int64_op()
389 Definition tmp1_def(PhysReg{src1_reg+1}, v1); in emit_int64_op()
408 Definition dst(dst_reg, rc); in emit_dpp_op()
[all …]
/external/clang/test/Parser/
Dskip-function-bodies.mm30 // CHECK: skip-function-bodies.mm:3:7: ClassDecl=A:3:7 (Definition) Extent=[3:1 - 14:2]
31 // CHECK: skip-function-bodies.mm:4:9: ClassDecl=B:4:9 (Definition) Extent=[4:3 - 4:13]
32 // CHECK: skip-function-bodies.mm:6:1: CXXAccessSpecifier=:6:1 (Definition) Extent=[6:1 - 6:8]
34 // CHECK-NOT: skip-function-bodies.mm:8:12: StructDecl=C:8:12 (Definition) Extent=[8:5 - 10:6]
35 // CHECK-NOT: skip-function-bodies.mm:9:12: CXXMethod=d:9:12 (Definition) Extent=[9:7 - 9:18]
36 // CHECK: skip-function-bodies.mm:13:13: TypedefDecl=E:13:13 (Definition) Extent=[13:3 - 13:14]
40 // CHECK: skip-function-bodies.mm:19:17: ObjCImplementationDecl=F:19:17 (Definition) Extent=[19:1 -…
42 // CHECK-NOT: skip-function-bodies.mm:21:13: TypedefDecl=H:21:13 (Definition) Extent=[21:3 - 21:14]
45 // CHECK-NOT: skip-function-bodies.mm:27:9: ClassDecl=K:27:9 (Definition) Extent=[27:3 - 27:13]
/external/clang/test/Analysis/
Dunions.cpp7 struct Definition;
10 Definition *lexdef;
14 struct Definition : public ParseNode { }; struct
34 struct Definition;
39 Definition *lexdef;
47 struct Definition : public ParseNode { }; struct

12345678910>>...55