/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 __anon07f8ed890111::CommentASTToHTMLConverter 531 CommentASTToXMLConverter(const FullComment *FC, in CommentASTToXMLConverter() 570 const FullComment *FC; member in __anon07f8ed890211::CommentASTToXMLConverter 1132 void CommentToXMLConverter::convertCommentToHTML(const FullComment *FC, in convertCommentToHTML() 1148 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/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/ |
D | MBlazeBaseInfo.h | 53 FC, enumerator
|
/external/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 36 bool isFormClass(uint16_t Form, DWARFFormValue::FormClass FC) { in isFormClass()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1218 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() local 1508 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() local 1600 if (Constant *FC = ConstantFoldGetElementPtr(C, InBounds, Idxs)) in getGetElementPtr() local 1630 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getICmp() local 1653 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getFCmp() local 1677 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement() local 1699 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement() local 1716 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector() local 1740 Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs); in getInsertValue() local 1756 Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs); in getExtractValue() local
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFCopy.cpp | 234 auto FC = CopyMap.find(IA.Id); in run() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_inst.h | 53 #define FC(name, high, low, assertions) \ macro 783 #define FC(name, high, low, assertions) \ macro
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1443 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() local 1800 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() local 1904 if (Constant *FC = ConstantFoldGetElementPtr(Ty, C, InBounds, Idxs)) in getGetElementPtr() local 1954 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getICmp() local 1978 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getFCmp() local 2004 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement() local 2028 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement() local 2047 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector() local 2076 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs)) in getInsertValue() local 2100 if (Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs)) in getExtractValue() local
|
D | GCOV.cpp | 781 for (const auto &FC : FuncCoverages) { in printFuncCoverage() local 791 for (const auto &FC : FileCoverages) { in printFileCoverage() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Defines.h | 35 FC = (1 << 3), enumerator
|
/external/llvm/tools/sancov/ |
D | sancov.cc | 910 std::pair<size_t, size_t> FC = FileCoverage[FileName]; in printReport() local 931 std::pair<size_t, size_t> FC = FileCoverage[FileName]; in printReport() local 943 std::pair<size_t, size_t> FC = FileCoverage[FileName]; in printReport() local
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 133 Value *F, *FC; in TEST_F() local
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | ARMDecoderEmitter.cpp | 381 ARMFilterChooser(const ARMFilterChooser &FC) : in ARMFilterChooser() 1550 ARMFilterChooser *FC; member in ARMDecoderEmitter::ARMDEBackend
|
D | FixedLenDecoderEmitter.cpp | 245 FilterChooser(const FilterChooser &FC) : in FilterChooser() 1483 FilterChooser FC(NumberedInstructions, I->second, Operands, in run() local
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 546 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo); in actOnFullComment() local 711 void Sema::resolveParamCommandIndexes(const FullComment *FC) { in resolveParamCommandIndexes()
|
D | ASTContext.cpp | 421 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment() 454 comments::FullComment *FC = Pos->second; in getCommentForDecl() local 470 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl() local 476 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl() local 485 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl() local 491 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() local 497 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() local 514 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl() local 528 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl() local 543 comments::FullComment *FC = RC->parse(*this, PP, D); in getCommentForDecl() local
|
D | ASTDumper.cpp | 120 const FullComment *FC; member in __anoncb1396a70111::ASTDumper 2536 const FullComment *FC = dyn_cast<FullComment>(this); in dump() local 2542 const FullComment *FC = dyn_cast<FullComment>(this); in dumpColor() local
|
/external/python/cpython2/Modules/ |
D | shamodule.c | 146 #define FC(n) \ macro
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 206 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) { in FactorOutConstant() local 233 const SCEVConstant *FC = cast<SCEVConstant>(Factor); in FactorOutConstant() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 1155 if (Constant *FC = dyn_cast<Constant>(False)) variable
|
/external/llvm/unittests/Analysis/ |
D | LazyCallGraphTest.cpp | 1261 LazyCallGraph::SCC &FC = *CG.lookupSCC(F); in TEST() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 245 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) { in FactorOutConstant() local 266 const SCEVConstant *FC = cast<SCEVConstant>(Factor); in FactorOutConstant() local
|