/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Token.h | 116 bool isLiteral() const { in isLiteral() function 117 return tok::isLiteral(getKind()); in isLiteral() 192 if (isLiteral()) return nullptr; in getIdentifierInfo() 226 assert(isLiteral() && "Cannot get literal data of non-literal"); in getLiteralData() 230 assert(isLiteral() && "Cannot set literal data of non-literal"); in setLiteralData()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitCodes.h | 54 bool isLiteral() const { return IsLiteral; } in isLiteral() function 58 uint64_t getLiteralValue() const { assert(isLiteral()); return Val; } in getLiteralValue()
|
H A D | BitstreamWriter.h | 422 assert(Op.isLiteral() && "Not a literal"); in EmitAbbreviatedLiteral() 433 assert(!Op.isLiteral() && "Literals should use EmitAbbreviatedLiteral!"); in EmitAbbreviatedField() 474 if (Op.isLiteral()) in EmitRecordWithAbbrevImpl() 487 if (Op.isLiteral()) { in EmitRecordWithAbbrevImpl() 638 Emit(Op.isLiteral(), 1); in EncodeAbbrev() 639 if (Op.isLiteral()) { in EncodeAbbrev()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/ |
H A D | BitstreamReader.cpp | 73 assert(!Op.isLiteral() && "Not to be used with literals!"); in readAbbreviatedField() 122 if (CodeOp.isLiteral()) in skipRecord() 138 if (Op.isLiteral()) in skipRecord() 249 if (CodeOp.isLiteral()) in readRecord() 263 if (Op.isLiteral()) { in readRecord()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.h | 97 inline bool isLiteral(TokenKind K) { in isLiteral() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowAnalysisContext.cpp | 178 if (F.isLiteral(true)) in flowConditionImplies() 195 if (F.isLiteral(false)) in flowConditionAllows()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MetaRenamer.cpp | 202 if (STy->isLiteral() || Name.empty() || in MetaRename()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerHelpers.cpp | 134 if (!T.isLiteral() || !T.getLiteralData()) in tryExpandAsInteger()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
H A D | ClangHighlighter.cpp | 66 else if (tok::isLiteral(token.getKind())) in determineClangStyle()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | MacroInfo.cpp | 189 else if (Tok.isLiteral() && Tok.getLiteralData()) in dump()
|
H A D | TokenConcatenation.cpp | 133 if (Tok.isLiteral() && Tok.getLiteralData()) { in GetFirstChar()
|
H A D | TokenLexer.cpp | 617 FirstTok.getIdentifierInfo()->isStr("L") && SecondTok.isLiteral() && in isWideStringLiteralFromMacro()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | MacroExpansionContext.cpp | 190 } else if (Tok.isLiteral() && !Tok.needsCleaning() && Tok.getLiteralData()) { in dumpTokenInto()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | StripSymbols.cpp | 95 if (STy->isLiteral() || STy->getName().empty()) continue; in StripTypeNames()
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 185 if (DSTy->isLiteral() != SSTy->isLiteral() || in areTypesIsomorphic() 254 bool IsUniqued = !isa<StructType>(Ty) || cast<StructType>(Ty)->isLiteral(); in get()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 159 if (Previous.Previous->Tok.isLiteral()) in parseAngle() 231 if (Next && Next->Tok.isLiteral()) in parseAngle() 2359 Current.Previous->Tok.isLiteral()) { in determineTokenType() 2782 (AfterRParen->Tok.isLiteral() && in rParenEndsCast() 3013 if (PrevToken->Tok.isLiteral() || in determineStarAmpUsage() 3022 if (NextNonParen && (NextNonParen->Tok.isLiteral() || in determineStarAmpUsage() 3833 if (Tok->isOneOf(tok::l_brace, TT_ObjCMethodExpr) || Tok->Tok.isLiteral()) in isFunctionDeclarationName() 4489 return Left.Tok.isLiteral() || (Left.is(tok::identifier) && BeforeLeft && in spaceRequiredBetween() 4512 if (Left.Tok.isLiteral()) in spaceRequiredBetween() 4542 if (Right.Tok.isLiteral()) in spaceRequiredBetween() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 1193 } else if (tok::isLiteral(T.getKind())) { in highlightLines() 1210 !tok::isLiteral(T.getKind())) in highlightLines()
|
H A D | PrintPreprocessedOutput.cpp | 991 } else if (Tok.isLiteral() && !Tok.needsCleaning() && in PrintPreprocessedTokens()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 282 bool isLiteral() const { return (getSubclassData() & SCDB_IsLiteral) != 0; } in isLiteral() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 578 if (ti->isLiteral()) { in ForEachMacro()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 591 assert(!isLiteral() && "Literal structs never have names"); in getName()
|
H A D | Function.cpp | 1008 if (!STyp->isLiteral()) { in getMangledTypeStr() 1610 if (!ST || !ST->isLiteral() || ST->isPacked() || in matchIntrinsicType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerBufferFatPointers.cpp | 299 bool IsUniqued = !TyAsStruct || TyAsStruct->isLiteral(); in remapTypeImpl() 384 if (!ST->isLiteral() || ST->getNumElements() != 2) in isSplitFatPtr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.cpp | 937 if (!STy->isLiteral()) in EnumerateType()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 969 if (!STy->isLiteral()) in EnumerateType()
|