Home
last modified time | relevance | path

Searched defs:Literal (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DFormula.h56 Literal, in alignas() enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h102 enum { Literal, Identifier } Type; enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp266 StringLiteral *Literal = Constraints[i]; in ActOnGCCAsmStmt() local
358 StringLiteral *Literal = Constraints[i]; in ActOnGCCAsmStmt() local
469 StringLiteral *Literal = Clobbers[i]; in ActOnGCCAsmStmt() local
539 StringLiteral *Literal = Constraints[ConstraintIdx]; in ActOnGCCAsmStmt() local
H A DSemaExprObjC.cpp902 ObjCDictionaryLiteral *Literal) { in CheckObjCDictionaryLiteralDuplicateKeys()
1121 auto *Literal = in BuildObjCDictionaryLiteral() local
H A DSemaExpr.cpp1972 StringLiteralParser Literal(StringToks, PP, in ActOnUnevaluatedStringLiteral() local
2059 StringLiteralParser Literal(StringToks, PP); in ActOnStringLiteral() local
3806 CharLiteralParser Literal(ThisTok.begin(), ThisTok.end(), Tok.getLocation(), in ActOnCharacterConstant() local
3865 static Expr *BuildFloatingLiteral(Sema &S, NumericLiteralParser &Literal, in BuildFloatingLiteral()
3946 NumericLiteralParser Literal(TokSpelling, Tok.getLocation(), in ActOnNumericConstant() local
8625 ExprResult Literal = DefaultLvalueConversion(exprs[0]); in BuildVectorLiteral() local
8646 ExprResult Literal = DefaultLvalueConversion(exprs[0]); in BuildVectorLiteral() local
12608 Expr *Literal; in diagnoseObjCLiteralComparison() local
H A DSemaDeclAttr.cpp349 const auto *Literal = dyn_cast<StringLiteral>(E->IgnoreParenCasts()); in checkStringLiteralArgumentAttr() local
385 const auto *Literal = dyn_cast<StringLiteral>(ArgExpr->IgnoreParenCasts()); in checkStringLiteralArgumentAttr() local
3552 SourceLocation LiteralLoc, StringRef Str, const StringLiteral *Literal, in checkTargetClonesAttrString()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp302 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), in EvaluateValue() local
389 CharLiteralParser Literal(ThisTok.begin(), ThisTok.end(), in EvaluateValue() local
H A DPreprocessor.cpp1366 StringLiteralParser Literal(StrToks, *this); in FinishLexStringLiteral() local
1389 NumericLiteralParser Literal(Spelling, Tok.getLocation(), getSourceManager(), in parseSimpleIntegerLiteral() local
H A DPragma.cpp776 StringLiteralParser Literal(Tok, PP); in LexModuleNameComponent() local
1091 StringLiteralParser Literal(DiagName, PP, in HandlePragma() local
H A DPPDirectives.cpp1440 StringLiteralParser Literal(StrTok, *this); in HandleLineDirective() local
1591 StringLiteralParser Literal(StrTok, *this); in HandleDigitDirective() local
H A DPPMacroExpansion.cpp1878 StringLiteralParser Literal(Tok, *this, in ExpandBuiltinMacro() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h46 enum class ReplacementType { Empty, Format, Literal }; enumerator
/freebsd/contrib/bearssl/T0/
H A DWordBuilder.cs182 internal void Literal(TValue v) in Literal() method in WordBuilder
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNVOPDUtils.cpp49 for (auto &Literal : UniqueLiterals) { in checkVOPDRegConstraints() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h99 mutable uint32_t Literal; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp2579 bool isInlinableLiteral64(int64_t Literal, bool HasInv2Pi) { in isInlinableLiteral64()
2596 bool isInlinableLiteral32(int32_t Literal, bool HasInv2Pi) { in isInlinableLiteral32()
2622 bool isInlinableLiteral16(int16_t Literal, bool HasInv2Pi) { in isInlinableLiteral16()
2641 std::optional<unsigned> getInlineEncodingV216(bool IsFloat, uint32_t Literal) { in getInlineEncodingV216()
2696 std::optional<unsigned> getInlineEncodingV2I16(uint32_t Literal) { in getInlineEncodingV2I16()
2702 std::optional<unsigned> getInlineEncodingV2F16(uint32_t Literal) { in getInlineEncodingV2F16()
2707 bool isInlinableLiteralV216(uint32_t Literal, uint8_t OpType) { in isInlinableLiteralV216()
2723 bool isInlinableLiteralV2I16(uint32_t Literal) { in isInlinableLiteralV2I16()
2728 bool isInlinableLiteralV2F16(uint32_t Literal) { in isInlinableLiteralV2F16()
H A DAMDGPUBaseInfo.h1348 inline bool isInlinableIntLiteral(int64_t Literal) { in isInlinableIntLiteral()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp58 using Literal = uint32_t; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h94 Literal, // Default for symbols. enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp290 StringLiteralParser Literal(T, CI.getPreprocessor()); in ReadOriginalFileName() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1645 MachineOperand& Literal = I->getOperand(1); in prescanForConstants() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp743 Z3_ast Literal = in mkBitvector() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h535 Literal(const Expr *C) in Literal() function
537 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT) {} in Literal() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp906 auto Literal = in buildUserDefinedLiteral() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2745 StringLiteralParser Literal(Toks, PP); in ParseUnqualifiedIdOperator() local

12