/minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
H A D | CommentParser.cpp | 65 FullComment *FC = P.parseFullComment(); in parseString() local 600 FullComment *FC = parseString(Source); in TEST_F() local 607 FullComment *FC = parseString(Source); in TEST_F() local 618 FullComment *FC = parseString(Source); in TEST_F() local 670 FullComment *FC = parseString(Sources[i]); in TEST_F() local 684 FullComment *FC = parseString(Source); in TEST_F() local 701 FullComment *FC = parseString(Source); in TEST_F() local 728 FullComment *FC = parseString(Source); in TEST_F() local 754 FullComment *FC = parseString(Source); in TEST_F() local 773 FullComment *FC = parseString(Source); in TEST_F() local [all …]
|
/minix3/external/bsd/llvm/dist/llvm/unittests/DebugInfo/ |
H A D | DWARFFormValueTest.cpp | 31 bool isFormClass(uint16_t Form, DWARFFormValue::FormClass FC) { in isFormClass()
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITMultipleModuleTest.cpp | 241 Function *FA, *FB, *FC; in TEST_F() local 266 Function *FA, *FB, *FC; in TEST_F() local 291 Function *FA, *FB, *FC; in TEST_F() local 316 Function *FA, *FB, *FC; in TEST_F() local
|
H A D | MCJITTestBase.h | 224 std::unique_ptr<Module> &C, Function *&FC) { in createThreeModuleChainedCallsCase() 268 std::unique_ptr<Module> &C, Function *&FC) { in createThreeModuleCase()
|
/minix3/external/bsd/llvm/dist/clang/lib/Index/ |
H A D | CommentToXML.cpp | 224 CommentASTToHTMLConverter(const FullComment *FC, in CommentASTToHTMLConverter() 256 const FullComment *FC; member in __anon91ebcedb0111::CommentASTToHTMLConverter 532 CommentASTToXMLConverter(const FullComment *FC, in CommentASTToXMLConverter() 571 const FullComment *FC; member in __anon91ebcedb0211::CommentASTToXMLConverter 1136 void CommentToXMLConverter::convertCommentToHTML(const FullComment *FC, in convertCommentToHTML() 1152 void CommentToXMLConverter::convertCommentToXML(const FullComment *FC, in convertCommentToXML()
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CXComment.cpp | 40 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr); in clang_Cursor_getParsedComment() local 381 const FullComment *FC = getASTNodeAs<FullComment>(CXC); in clang_FullComment_getAsHTML() local 396 const FullComment *FC = getASTNodeAs<FullComment>(CXC); in clang_FullComment_getAsXML() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Constants.cpp | 1550 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() local 1908 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() local 2007 if (Constant *FC = ConstantFoldGetElementPtr(C, InBounds, Idxs)) in getGetElementPtr() local 2047 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getICmp() local 2071 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getFCmp() local 2097 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement() local 2121 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement() local 2140 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector() local 2169 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs)) in getInsertValue() local 2193 if (Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs)) in getExtractValue() local
|
H A D | Verifier.cpp | 1844 void Verifier::visitFCmpInst(FCmpInst &FC) { in visitFCmpInst()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | R600Defines.h | 35 FC = (1 << 3), enumerator
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | CommentSema.cpp | 548 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo); in actOnFullComment() local 713 void Sema::resolveParamCommandIndexes(const FullComment *FC) { in resolveParamCommandIndexes()
|
H A D | ASTContext.cpp | 418 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment() 452 comments::FullComment *FC = Pos->second; in getCommentForDecl() local 468 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl() local 474 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl() local 483 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl() local 489 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() local 495 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() local 512 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl() local 526 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl() local 541 comments::FullComment *FC = RC->parse(*this, PP, D); in getCommentForDecl() local
|
H A D | ASTDumper.cpp | 117 const FullComment *FC; member in __anonb1addcb90111::ASTDumper 2283 const FullComment *FC = dyn_cast<FullComment>(this); in dump() local 2289 const FullComment *FC = dyn_cast<FullComment>(this); in dumpColor() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 228 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) { in FactorOutConstant() local 255 const SCEVConstant *FC = cast<SCEVConstant>(Factor); in FactorOutConstant() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 1448 if (Constant *FC = dyn_cast<Constant>(False)) variable
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | FixedLenDecoderEmitter.cpp | 2171 FilterChooser FC(*NumberedInstructions, Opc.second, Operands, in run() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1412 } else if (const FCmpInst *FC = dyn_cast<FCmpInst>(Cond)) { in EmitBranchForMergedCondition() local 2932 if (const FCmpInst *FC = dyn_cast<FCmpInst>(&I)) in visitFCmp() local 2934 else if (const ConstantExpr *FC = dyn_cast<ConstantExpr>(&I)) in visitFCmp() local
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 1946 if (const AnyFunctionCall *FC = dyn_cast<AnyFunctionCall>(&Call)) { in checkPreCall() local
|
H A D | RetainCountChecker.cpp | 923 if (const SimpleFunctionCall *FC = dyn_cast<SimpleFunctionCall>(&Call)) { in updateSummaryForCall() local
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1372 const ObjCForCollectionStmt *FC = cast<ObjCForCollectionStmt>(Term); in isInLoopBody() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 279 } else if (const CXXFunctionalCastExpr *FC in DiagnoseUnusedExprResult() local
|