/external/clang/unittests/AST/ |
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 …]
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMultipleModuleTest.cpp | 250 Function *FA, *FB, *FC; in TEST_F() local 275 Function *FA, *FB, *FC; in TEST_F() local 300 Function *FA, *FB, *FC; in TEST_F() local 325 Function *FA, *FB, *FC; in TEST_F() local
|
D | MCJITTestBase.h | 222 std::unique_ptr<Module> &C, Function *&FC) { in createThreeModuleChainedCallsCase() 265 std::unique_ptr<Module> &C, Function *&FC) { in createThreeModuleCase()
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 224 CommentASTToHTMLConverter(const FullComment *FC, in CommentASTToHTMLConverter() 256 const FullComment *FC; member in __anonf43412aa0111::CommentASTToHTMLConverter 531 CommentASTToXMLConverter(const FullComment *FC, in CommentASTToXMLConverter() 570 const FullComment *FC; member in __anonf43412aa0211::CommentASTToXMLConverter 1133 void CommentToXMLConverter::convertCommentToHTML(const FullComment *FC, in convertCommentToHTML() 1149 void CommentToXMLConverter::convertCommentToXML(const FullComment *FC, in convertCommentToXML()
|
/external/clang/tools/libclang/ |
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
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600InstrInfo.h | 137 FC = (1 << 3), enumerator
|
/external/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 35 bool isFormClass(uint16_t Form, DWARFFormValue::FormClass FC) { in isFormClass()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1512 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() local 1870 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() local 1974 if (Constant *FC = ConstantFoldGetElementPtr(Ty, C, InBounds, Idxs)) in getGetElementPtr() local 2015 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getICmp() local 2039 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getFCmp() local 2065 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement() local 2089 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement() local 2108 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector() local 2137 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs)) in getInsertValue() local 2161 if (Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs)) in getExtractValue() local
|
D | GCOV.cpp | 777 for (const auto &FC : FuncCoverages) { in printFuncCoverage() local 787 for (const auto &FC : FileCoverages) { in printFileCoverage() local
|
D | Verifier.cpp | 2615 void Verifier::visitFCmpInst(FCmpInst &FC) { in visitFCmpInst()
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 548 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo); in actOnFullComment() local 713 void Sema::resolveParamCommandIndexes(const FullComment *FC) { in resolveParamCommandIndexes()
|
D | ASTContext.cpp | 420 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment() 453 comments::FullComment *FC = Pos->second; in getCommentForDecl() local 469 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl() local 475 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl() local 484 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl() local 490 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() local 496 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() local 513 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl() local 527 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl() local 542 comments::FullComment *FC = RC->parse(*this, PP, D); in getCommentForDecl() local
|
D | ASTDumper.cpp | 118 const FullComment *FC; member in __anon59a9c3280111::ASTDumper 2387 const FullComment *FC = dyn_cast<FullComment>(this); in dump() local 2393 const FullComment *FC = dyn_cast<FullComment>(this); in dumpColor() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Defines.h | 35 FC = (1 << 3), enumerator
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 133 Value *F, *FC; in TEST_F() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 247 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) { in FactorOutConstant() local 268 const SCEVConstant *FC = cast<SCEVConstant>(Factor); in FactorOutConstant() local
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1561 if (Constant *FC = dyn_cast<Constant>(False)) variable
|
/external/pcre/dist/sljit/ |
D | sljitNativePPC_common.c | 120 #define FC(fc) ((fc) << 6) macro
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 2280 FilterChooser FC(*NumberedInstructions, Opc.second, Operands, in run() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1533 const FCmpInst *FC = cast<FCmpInst>(Cond); in EmitBranchForMergedCondition() local 2418 if (const FCmpInst *FC = dyn_cast<FCmpInst>(&I)) in visitFCmp() local 2420 else if (const ConstantExpr *FC = dyn_cast<ConstantExpr>(&I)) in visitFCmp() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 2183 if (const AnyFunctionCall *FC = dyn_cast<AnyFunctionCall>(&Call)) { in checkPreCall() local
|
D | RetainCountChecker.cpp | 951 if (const SimpleFunctionCall *FC = dyn_cast<SimpleFunctionCall>(&Call)) { in updateSummaryForCall() local
|
/external/valgrind/VEX/priv/ |
D | guest_mips_toIR.c | 1738 UInt FC = get_FC(cins); in dis_instr_CCondFmt() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 1370 const ObjCForCollectionStmt *FC = cast<ObjCForCollectionStmt>(Term); in isInLoopBody() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 290 } else if (const CXXFunctionalCastExpr *FC in DiagnoseUnusedExprResult() local
|