/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | CommentToXML.cpp | 222 CommentASTToHTMLConverter(const FullComment *FC, in CommentASTToHTMLConverter() 254 const FullComment *FC; member in __anon841f57080111::CommentASTToHTMLConverter 533 CommentASTToXMLConverter(const FullComment *FC, in CommentASTToXMLConverter() 569 const FullComment *FC; member in __anon841f57080211::CommentASTToXMLConverter 1147 void CommentToXMLConverter::convertCommentToHTML(const FullComment *FC, in convertCommentToHTML() 1163 void CommentToXMLConverter::convertCommentToXML(const FullComment *FC, in convertCommentToXML()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTDumper.cpp | 310 const auto *FC = dyn_cast<FullComment>(this); in dump() local 319 const auto *FC = dyn_cast<FullComment>(this); in dump() local 327 const auto *FC = dyn_cast<FullComment>(this); in dumpColor() local
|
H A D | JSONNodeDumper.cpp | 150 const comments::FullComment *FC) { in Visit() 1790 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment() 1813 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
|
H A D | TextNodeDumper.cpp | 73 const comments::FullComment *FC) { in Visit() 1050 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment() 1071 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
|
H A D | ASTContext.cpp | 552 comments::FullComment *FC = DocComment->parse(*this, PP, D); in attachCommentsToJustParsedDecls() local 560 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment() 593 comments::FullComment *FC = Pos->second; in getCommentForDecl() local 609 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl() local 615 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl() local 624 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl() local 630 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() local 636 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() local 653 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl() local 667 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 387 FileContents FC; in upgrade() local 439 FileContents FC; in readBitcode() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugChecksumsSubsection.cpp | 95 for (const auto &FC : Checksums) { in commit() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFCopy.cpp | 237 auto FC = CopyMap.find(IA.Id); in run() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | OffloadBundler.cpp | 336 StringRef FC = Input.getBuffer(); in ReadHeader() local 416 StringRef FC = Input.getBuffer(); in ReadBundle() local 782 StringRef FC = Input.getBuffer(); in ReadBundleStart() local 804 StringRef FC = Input.getBuffer(); in ReadBundleEnd() local 818 StringRef FC = Input.getBuffer(); in ReadBundle() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.h | 229 void setIsFullyCompiled(bool FC) { IsFullyCompiled = FC; } in setIsFullyCompiled()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | InnerPointerChecker.cpp | 152 if (const auto *FC = dyn_cast<AnyFunctionCall>(&Call)) { in 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/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 124 auto *FC = dyn_cast<Constant>(False); in FoldSelect() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLSymbols.cpp | 203 IO &io, FrameCookieKind &FC) { in enumeration() 212 IO &io, JumpTableEntrySize &FC) { in enumeration()
|
H A D | CodeViewYAMLDebugSections.cpp | 567 const DebugChecksumsSubsectionRef &FC) { in fromCodeViewSubsection() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 134 auto *FC = dyn_cast<Constant>(False); in FoldSelect() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFFormValue.cpp | 771 bool llvm::dwarf::doesFormBelongToClass(dwarf::Form Form, DWARFFormValue::FormClass FC, in doesFormBelongToClass()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600Defines.h | 32 FC = (1 << 3), enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2170 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() local 2331 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() local 2473 if (Constant *FC = ConstantFoldGetElementPtr(Ty, C, InRange, Idxs)) in getGetElementPtr() local 2523 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement() local 2547 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement() local 2567 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFuse.cpp | 466 const FusionCandidate &FC) { in operator <<() 477 for (const FusionCandidate &FC : CandSet) in operator <<() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 261 auto FC = ChecksumsByFile.find(File); in formatFromFileName() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 114 FunctionCallee FC = in lowerIntrinsicToFunction() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 676 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, FrameCookieSym &FC) { in visitKnownRecord()
|
/freebsd/contrib/diff/src/ |
H A D | diff3.c | 53 #define FC 1 macro
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 298 void Visit(const comments::Comment *C, const comments::FullComment *FC) { in Visit()
|