Home
last modified time | relevance | path

Searched defs:FC (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp222 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 DASTDumper.cpp310 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 DJSONNodeDumper.cpp150 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 DTextNodeDumper.cpp73 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 DASTContext.cpp552 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 DIRSymtab.cpp387 FileContents FC; in upgrade() local
439 FileContents FC; in readBitcode() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp95 for (const auto &FC : Checksums) { in commit() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp237 auto FC = CopyMap.find(IA.Id); in run() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp336 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 DFunction.h229 void setIsFullyCompiled(bool FC) { IsFullyCompiled = FC; } in setIsFullyCompiled()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp152 if (const auto *FC = dyn_cast<AnyFunctionCall>(&Call)) { in checkFunctionArguments() local
H A DSmartPtrModeling.cpp256 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 DConstantFolder.h124 auto *FC = dyn_cast<Constant>(False); in FoldSelect() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp203 IO &io, FrameCookieKind &FC) { in enumeration()
212 IO &io, JumpTableEntrySize &FC) { in enumeration()
H A DCodeViewYAMLDebugSections.cpp567 const DebugChecksumsSubsectionRef &FC) { in fromCodeViewSubsection() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h134 auto *FC = dyn_cast<Constant>(False); in FoldSelect() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp771 bool llvm::dwarf::doesFormBelongToClass(dwarf::Form Form, DWARFFormValue::FormClass FC, in doesFormBelongToClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Defines.h32 FC = (1 << 3), enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2170 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 DLoopFuse.cpp466 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 DInputFile.cpp261 auto FC = ChecksumsByFile.find(File); in formatFromFileName() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp114 FunctionCallee FC = in lowerIntrinsicToFunction() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp676 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, FrameCookieSym &FC) { in visitKnownRecord()
/freebsd/contrib/diff/src/
H A Ddiff3.c53 #define FC 1 macro
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h298 void Visit(const comments::Comment *C, const comments::FullComment *FC) { in Visit()

12