/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | CommentToXML.cpp | 221 CommentASTToHTMLConverter(const FullComment * FC,SmallVectorImpl<char> & Str,const CommandTraits & Traits) CommentASTToHTMLConverter() argument 253 const FullComment *FC; global() member in __anon7b83df9a0111::CommentASTToHTMLConverter 532 CommentASTToXMLConverter(const FullComment * FC,SmallVectorImpl<char> & Str,const CommandTraits & Traits,const SourceManager & SM) CommentASTToXMLConverter() argument 567 const FullComment *FC; global() member in __anon7b83df9a0211::CommentASTToXMLConverter 1129 convertCommentToHTML(const FullComment * FC,SmallVectorImpl<char> & HTML,const ASTContext & Context) convertCommentToHTML() argument 1145 convertCommentToXML(const FullComment * FC,SmallVectorImpl<char> & XML,const ASTContext & Context) convertCommentToXML() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTDumper.cpp | 298 const auto *FC = dyn_cast<FullComment>(this); dump() local 307 const auto *FC = dyn_cast<FullComment>(this); dump() local 315 const auto *FC = dyn_cast<FullComment>(this); dumpColor() local [all...] |
H A D | CommentSema.cpp | 519 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo); in actOnFullComment() local 703 void Sema::resolveParamCommandIndexes(const FullComment *FC) { in resolveParamCommandIndexes()
|
H A D | JSONNodeDumper.cpp | 135 Visit(const comments::Comment * C,const comments::FullComment * FC) Visit() argument 1747 visitParamCommandComment(const comments::ParamCommandComment * C,const comments::FullComment * FC) visitParamCommandComment() argument 1770 visitTParamCommandComment(const comments::TParamCommandComment * C,const comments::FullComment * FC) visitTParamCommandComment() argument
|
H A D | TextNodeDumper.cpp | 72 Visit(const comments::Comment * C,const comments::FullComment * FC) Visit() argument 913 visitParamCommandComment(const comments::ParamCommandComment * C,const comments::FullComment * FC) visitParamCommandComment() argument 934 visitTParamCommandComment(const comments::TParamCommandComment * C,const comments::FullComment * FC) visitTParamCommandComment() argument
|
H A D | ASTContext.cpp | 549 comments::FullComment *FC = DocComment->parse(*this, PP, D); attachCommentsToJustParsedDecls() local 557 cloneFullComment(comments::FullComment * FC,const Decl * D) const cloneFullComment() argument 590 comments::FullComment *FC = Pos->second; getCommentForDecl() local 606 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) getCommentForDecl() local 612 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) getCommentForDecl() local 621 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) getCommentForDecl() local 627 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) getCommentForDecl() local 633 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) getCommentForDecl() local 650 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) getCommentForDecl() local 664 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) getCommentForDecl() local 679 comments::FullComment *FC = RC->parse(*this, PP, D); getCommentForDecl() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 381 FileContents FC; upgrade() local 433 FileContents FC; readBitcode() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugChecksumsSubsection.cpp | 95 for (const auto &FC : Checksums) { in commit() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ |
H A D | OffloadBundler.cpp | 332 StringRef FC = Input.getBuffer(); ReadHeader() local 412 StringRef FC = Input.getBuffer(); ReadBundle() local 724 StringRef FC = Input.getBuffer(); ReadBundleStart() local 746 StringRef FC = Input.getBuffer(); ReadBundleEnd() local 760 StringRef FC = Input.getBuffer(); ReadBundle() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFCopy.cpp | 237 auto FC = CopyMap.find(IA.Id); in run() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.h | 210 setIsFullyCompiled(bool FC) setIsFullyCompiled() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 127 auto *FC = dyn_cast<Constant>(False); FoldSelect() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1943 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) getFoldedCast() local 2110 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) get() local 2273 if (Constant *FC = getGetElementPtr() local 2326 if (Constant *FC = ConstantFoldCompareInstruction(Predicate, LHS, RHS)) getICmp() local 2351 if (Constant *FC = ConstantFoldCompareInstruction(Predicate, LHS, RHS)) getFCmp() local 2377 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) getExtractElement() local 2401 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) getInsertElement() local 2421 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) getShuffleVector() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 137 auto *FC = dyn_cast<Constant>(False); FoldSelect() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLSymbols.cpp | 203 IO &io, FrameCookieKind &FC) { in enumeration() argument 212 IO &io, JumpTableEntrySize &FC) { in enumeration() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFFormValue.cpp | 761 doesFormBelongToClass(dwarf::Form Form,DWARFFormValue::FormClass FC,uint16_t DwarfVersion) doesFormBelongToClass() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | InnerPointerChecker.cpp | 160 if (const auto *FC = dyn_cast<AnyFunctionCall>(&Call)) { checkFunctionArguments() local
|
H A D | SmartPtrModeling.cpp | 256 const auto *FC = dyn_cast<SimpleFunctionCall>(&Call); in isStdOstreamOperatorCall() local 453 const auto *FC = dyn_cast<SimpleFunctionCall>(&Call); in handleComparisionOp() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 111 FunctionCallee FC = lowerIntrinsicToFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600Defines.h | 32 FC = (1 << 3), enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFuse.cpp | 466 const FusionCandidate &FC) { in operator <<() argument 477 for (const FusionCandidate &FC : CandSet) in operator <<() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 261 auto FC = ChecksumsByFile.find(File); in formatFromFileName() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 672 visitKnownRecord(CVSymbol & CVR,FrameCookieSym & FC) visitKnownRecord() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 263 Visit(const comments::Comment * C,const comments::FullComment * FC) Visit() argument
|
/freebsd-src/contrib/diff/src/ |
H A D | diff3.c | 53 #define FC 1 macro
|