/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 | 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
|
D | MCJITTestBase.h | 224 std::unique_ptr<Module> &C, Function *&FC) { in createThreeModuleChainedCallsCase() 268 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 __anon1d5d404a0111::CommentASTToHTMLConverter 532 CommentASTToXMLConverter(const FullComment *FC, in CommentASTToXMLConverter() 571 const FullComment *FC; member in __anon1d5d404a0211::CommentASTToXMLConverter 1136 void CommentToXMLConverter::convertCommentToHTML(const FullComment *FC, in convertCommentToHTML() 1152 void CommentToXMLConverter::convertCommentToXML(const FullComment *FC, in convertCommentToXML()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600InstrInfo.h | 137 FC = (1 << 3), enumerator
|
/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/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 | 1552 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() local 1910 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() local 2007 if (Constant *FC = ConstantFoldGetElementPtr(C, InBounds, Idxs)) in getGetElementPtr() local 2052 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getICmp() local 2076 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getFCmp() local 2102 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement() local 2126 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement() local 2145 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector() local 2174 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs)) in getInsertValue() local 2198 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 | 2411 void Verifier::visitFCmpInst(FCmpInst &FC) { in visitFCmpInst()
|
/external/llvm/lib/Target/R600/ |
D | R600Defines.h | 35 FC = (1 << 3), enumerator
|
/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 | 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
|
D | ASTDumper.cpp | 117 const FullComment *FC; member in __anoned57ecc80111::ASTDumper 2327 const FullComment *FC = dyn_cast<FullComment>(this); in dump() local 2333 const FullComment *FC = dyn_cast<FullComment>(this); in dumpColor() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 228 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) { in FactorOutConstant() local 253 const SCEVConstant *FC = cast<SCEVConstant>(Factor); in FactorOutConstant() local
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1474 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 | 2173 FilterChooser FC(*NumberedInstructions, Opc.second, Operands, in run() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1427 } 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
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 2173 if (const AnyFunctionCall *FC = dyn_cast<AnyFunctionCall>(&Call)) { in checkPreCall() local
|
D | RetainCountChecker.cpp | 948 if (const SimpleFunctionCall *FC = dyn_cast<SimpleFunctionCall>(&Call)) { in updateSummaryForCall() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 1372 const ObjCForCollectionStmt *FC = cast<ObjCForCollectionStmt>(Term); in isInLoopBody() local
|
/external/valgrind/VEX/priv/ |
D | guest_mips_toIR.c | 1738 UInt FC = get_FC(cins); in dis_instr_CCondFmt() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 280 } else if (const CXXFunctionalCastExpr *FC in DiagnoseUnusedExprResult() local
|