/llvm-project/mlir/lib/AsmParser/ |
H A D | AsmParserImpl.h | 338 return emitError(loc, "expected '") << keyword << "'" << msg; in parseKeyword() argument 350 parser.getTokenSpelling() != keyword) in parseOptionalKeyword() argument 363 parseOptionalKeyword(StringRef * keyword) parseOptionalKeyword() argument 375 parseOptionalKeyword(StringRef * keyword,ArrayRef<StringRef> allowedKeywords) parseOptionalKeyword() argument 396 StringRef keyword; parseOptionalKeywordOrString() local 603 parseKeywordOrCompletion(StringRef * keyword) parseKeywordOrCompletion() argument [all...] |
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVParsingUtils.h | 51 StringRef keyword; variable
|
H A D | SPIRVDialect.cpp | 776 StringRef keyword; parseType() local [all...] |
H A D | SPIRVAttributes.cpp | 372 if (parser.parseKeyword(&keyword) || in parseKeywordList() local
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | TestRunner.py | 1492 # The keyword used to indicate the directive. argument 1437 __init__(self, start_line_number, end_line_number, keyword) global() argument 1445 add_continuation(self, line_number, keyword, line) global() argument 1488 __init__(self, start_line_number, end_line_number, keyword, line) global() argument 1520 __init__(self, start_line_number, end_line_number, keyword, new_subst, line) global() argument 1528 add_continuation(self, line_number, keyword, line) global() argument 1857 __init__(self, keyword, kind, parser=None, initial_value=None) global() argument 1942 _handleCommand(cls, line_number, line, output, keyword) global() argument 2006 _handleSubst(cls, line_number, line, output, keyword, new_subst) global() argument [all...] |
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMAttrs.cpp | 150 StringRef keyword; parseExpressionArg() local 185 if (const StringRef keyword = printExpressionArg() local [all...] |
/llvm-project/polly/lib/External/isl/ |
H A D | isl_stream.c | 26 const struct isl_keyword *keyword = (const struct isl_keyword *)entry; in same_name() local 35 struct isl_keyword *keyword; in isl_stream_register_keyword() local 320 struct isl_keyword *keyword; in check_keywords() local 781 struct isl_keyword *keyword = *p; in free_keyword() local
|
/llvm-project/mlir/lib/Dialect/Transform/IR/ |
H A D | TransformDialect.cpp | 73 StringRef keyword; in parseType() local
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | Highlighter.h | 62 ColorStyle keyword; member
|
/llvm-project/lldb/source/Core/ |
H A D | UserSettingsController.cpp | 99 properties_sp->Apropos(keyword, matching_properties); in Apropos() argument
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | OpImplementation.h | 849 StringRef keyword; global() variable 856 parseKeyword(StringRef keyword) parseKeyword() argument 862 parseKeyword(StringRef * keyword) parseKeyword() argument 1290 parseKeywordType(const char * keyword,Type & result) parseKeywordType() argument [all...] |
/llvm-project/llvm/utils/lit/tests/unit/ |
H A D | TestRunner.py | 74 def get_parser(parser_list, keyword): argument
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | call.h | 116 std::optional<parser::CharBlock> keyword() const { return keyword_; } in keyword() function
|
/llvm-project/flang/lib/Parser/ |
H A D | parse-tree.cpp | 169 std::optional<Keyword> keyword; in ConvertToStructureConstructor() local
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | intrinsics.cpp | 51 std::string keyword; member
|
/llvm-project/mlir/lib/Dialect/GPU/IR/ |
H A D | GPUDialect.cpp | 236 StringRef keyword; parseType() local 460 parseAttributions(OpAsmParser & parser,StringRef keyword,SmallVectorImpl<OpAsmParser::Argument> & args) parseAttributions() argument 471 printAttributions(OpAsmPrinter & p,StringRef keyword,ArrayRef<BlockArgument> values) printAttributions() argument 1388 parseAttributions(OpAsmParser & parser,StringRef keyword,SmallVectorImpl<OpAsmParser::Argument> & args,Attribute & attributionAttrs) parseAttributions() argument 1504 printAttributions(OpAsmPrinter & p,StringRef keyword,ArrayRef<BlockArgument> values,ArrayAttr attributes) printAttributions() argument [all...] |
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueProperties.cpp | 452 llvm::StringRef keyword, in Apropos() argument
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestOpsSyntax.cpp | 260 StringRef keyword; in parse() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | intrinsics.cpp | 241 const char *keyword{nullptr}; global() member 1551 CheckMaxMinArgument(parser::CharBlock keyword,std::set<parser::CharBlock> & set,const char * intrinsicName,parser::ContextualMessages & messages) CheckMaxMinArgument() argument [all...] |
/llvm-project/mlir/lib/Dialect/OpenACC/IR/ |
H A D | OpenACC.cpp | 749 verifyDeviceTypeCountMatch(Op op,OperandRange operands,ArrayAttr deviceTypes,llvm::StringRef keyword) verifyDeviceTypeCountMatch() argument 759 verifyDeviceTypeAndSegmentCountMatch(Op op,OperandRange operands,DenseI32ArrayAttr segments,ArrayAttr deviceTypes,llvm::StringRef keyword,int32_t maxInSegment=0) verifyDeviceTypeAndSegmentCountMatch() argument 1570 parseGangValue(OpAsmParser & parser,llvm::StringRef keyword,llvm::SmallVectorImpl<mlir::OpAsmParser::UnresolvedOperand> & operands,llvm::SmallVectorImpl<Type> & types,llvm::SmallVector<GangArgTypeAttr> & attributes,GangArgTypeAttr gangArgType,bool & needCommaBetweenValues,bool & newValue) parseGangValue() argument [all...] |
/llvm-project/flang/lib/Semantics/ |
H A D | type.cpp | 45 AddRawParamValue(const parser::Keyword * keyword,ParamValue && value) AddRawParamValue() argument
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMemory.cpp | 402 const char *keyword = g_keywords[i]; in DoExecute() local
|
/llvm-project/flang/runtime/ |
H A D | io-api.cpp | 514 static RT_API_ATTRS bool YesOrNo(const char *keyword, std::size_t length, in YesOrNo() argument [all...] |
/llvm-project/mlir/lib/Dialect/OpenMP/IR/ |
H A D | OpenMPDialect.cpp | 359 StringRef keyword; parseScheduleClause() local 811 StringRef keyword; parseDependVarList() local [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | AsmPrinter.cpp | 2187 printKeywordOrString(StringRef keyword,raw_ostream & os) printKeywordOrString() argument 2827 printKeywordOrString(StringRef keyword) printKeywordOrString() argument 2832 printString(StringRef keyword) printString() argument [all...] |