Home
last modified time | relevance | path

Searched defs:StrVal (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp68 MIToken &MIToken::setStringValue(StringRef StrVal) { in setStringValue()
73 MIToken &MIToken::setOwnedStringValue(std::string StrVal) { in setOwnedStringValue()
584 StringRef StrVal = Range.upto(C); in maybeLexHexadecimalLiteral() local
603 StringRef StrVal = Range.upto(C); in maybeLexNumericalLiteral() local
631 StringRef StrVal = Range.upto(C); in maybeLexExclaim() local
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h38 std::string StrVal; variable
H A DLLParser.h77 std::string StrVal, StrVal2; member
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp265 SmallString<64> StrVal; in Handle_Pragma() local
306 void clang::prepare_PragmaString(SmallVectorImpl<char> &StrVal) { in prepare_PragmaString()
598 std::string StrVal = getSpelling(Tok); in ParsePragmaPushOrPopMacro() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h166 StrVal, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2445 StringRef StrVal = Str->getString(); in getAsmSrcLocInfo() local
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp137 APInt ExpressionFormat::valueFromStringRepr(StringRef StrVal, in valueFromStringRepr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2746 SVal StrVal = C.getSVal(Init); in checkPreStmt() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3504 SmallString<8> StrVal; in emitGlobalConstantFP() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1457 SmallString<128> StrVal; in WriteAPFloatInternal() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2388 auto StrVal = Lex.getStrVal(); in parseOptionalCodeModel() local