Home
last modified time | relevance | path

Searched refs:MethodBody (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeFormatGen.cpp60 MethodBody &genPrintGuard(FmtContext &ctx, MethodBody &os) const { in genPrintGuard()
186 void genParser(MethodBody &os);
188 void genPrinter(MethodBody &os);
206 MethodBody &os);
227 MethodBody &os);
230 MethodBody &os);
249 void DefFormat::genParser(MethodBody &os) { in genParser()
389 MethodBody &os) { in genParamsParser()
446 MethodBody &os) { in genStructParser()
587 MethodBody &os) { in genCustomParser()
[all …]
H A DAttrOrTypeFormatGen.h20 void generateAttrOrTypeFormat(const AttrOrTypeDef &def, MethodBody &parser,
21 MethodBody &printer);
H A DOpFormatGen.cpp313 void genElementParser(FormatElement *element, MethodBody &body,
318 void genParserTypeResolution(Operator &op, MethodBody &body);
321 Operator &op, MethodBody &body,
324 void genParserRegionResolution(Operator &op, MethodBody &body);
768 MethodBody &body) { in genElementParserStorage()
1426 Operator &op, MethodBody &body, in genParserOperandTypeResolution()
1656 static void genLiteralPrinter(StringRef value, MethodBody &body, in genLiteralPrinter()
1744 MethodBody &body, in genVariadicRegionPrinter()
1754 MethodBody &body, in genTypeOperandPrinter()
1780 MethodBody &body) { in genEnumAttrPrinter()
[all …]
H A DOpDefinitionsGen.cpp494 genCodeForAddingArgAndRegionForBuilder(MethodBody &body,
518 void genOperandResultVerifier(MethodBody &body,
524 void genRegionVerifier(MethodBody &body);
528 void genSuccessorVerifier(MethodBody &body);
599 static void genNativeTraitAttrVerifier(MethodBody &body, in genNativeTraitAttrVerifier()
646 const OpOrAdaptorHelper &emitHelper, FmtContext &ctx, MethodBody &body, in genAttributeVerifier()
2039 MethodBody &body, llvm::StringSet<> &inferredAttributes, in genCodeForAddingArgAndRegionForBuilder()
2526 void OpEmitter::genOperandResultVerifier(MethodBody &body, in genOperandResultVerifier()
2600 void OpEmitter::genRegionVerifier(MethodBody &body) { in genRegionVerifier()
2642 void OpEmitter::genSuccessorVerifier(MethodBody &body) { in genSuccessorVerifier()
[all …]
H A DAttrOrTypeDefGen.cpp329 MethodBody &body = m->body().indent(); in emitDefaultBuilder()
341 MethodBody &body = m->body().indent(); in emitCheckedBuilder()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h176 class MethodBody {
180 MethodBody(bool declOnly);
183 MethodBody(MethodBody &&other) in MethodBody() function
188 MethodBody &operator=(MethodBody &&body) {
189 this->~MethodBody();
190 new (this) MethodBody(std::move(body));
196 MethodBody &operator<<(ValueT &&value) {
209 MethodBody &indent() { in indent()
214 MethodBody &unindent() { in unindent()
327 MethodBody &body() { return methodBody; } in body()
[all …]
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DClass.cpp100 MethodBody::MethodBody(bool declOnly) in MethodBody() function in MethodBody
103 void MethodBody::writeTo(raw_indented_ostream &os) const { in writeTo()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp556 const Stmt *MethodBody = getMethodBody(M); in hasUnguardedAccess() local
557 if (!MethodBody) in hasUnguardedAccess()
560 auto Accesses = match(stmt(hasDescendant(FieldAccessM)), *MethodBody, AC); in hasUnguardedAccess()
566 auto Guards = match(stmt(hasDescendant(GuardM)), *MethodBody, AC); in hasUnguardedAccess()
/llvm-project-15.0.7/mlir/docs/
H A DInterfaces.md433 * MethodBody (Optional)
/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash.cpp681 namespace MethodBody { namespace