Home
last modified time | relevance | path

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

12

/external/clang/unittests/AST/
DCommentParser.cpp65 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/
DMCJITMultipleModuleTest.cpp250 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
DMCJITTestBase.h222 std::unique_ptr<Module> &C, Function *&FC) { in createThreeModuleChainedCallsCase()
265 std::unique_ptr<Module> &C, Function *&FC) { in createThreeModuleCase()
/external/clang/lib/Index/
DCommentToXML.cpp224 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/
DCXComment.cpp40 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/
DMBlazeBaseInfo.h53 FC, enumerator
/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp36 bool isFormClass(uint16_t Form, DWARFFormValue::FormClass FC) { in isFormClass()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1218 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/
DRDFCopy.cpp234 auto FC = CopyMap.find(IA.Id); in run() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_inst.h53 #define FC(name, high, low, assertions) \ macro
783 #define FC(name, high, low, assertions) \ macro
/external/llvm/lib/IR/
DConstants.cpp1443 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
DGCOV.cpp781 for (const auto &FC : FuncCoverages) { in printFuncCoverage() local
791 for (const auto &FC : FileCoverages) { in printFileCoverage() local
/external/llvm/lib/Target/AMDGPU/
DR600Defines.h35 FC = (1 << 3), enumerator
/external/llvm/tools/sancov/
Dsancov.cc910 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/
DIRBuilderTest.cpp133 Value *F, *FC; in TEST_F() local
/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp381 ARMFilterChooser(const ARMFilterChooser &FC) : in ARMFilterChooser()
1550 ARMFilterChooser *FC; member in ARMDecoderEmitter::ARMDEBackend
DFixedLenDecoderEmitter.cpp245 FilterChooser(const FilterChooser &FC) : in FilterChooser()
1483 FilterChooser FC(NumberedInstructions, I->second, Operands, in run() local
/external/clang/lib/AST/
DCommentSema.cpp546 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo); in actOnFullComment() local
711 void Sema::resolveParamCommandIndexes(const FullComment *FC) { in resolveParamCommandIndexes()
DASTContext.cpp421 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
DASTDumper.cpp120 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/
Dshamodule.c146 #define FC(n) \ macro
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp206 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/
DIRBuilder.h1155 if (Constant *FC = dyn_cast<Constant>(False)) variable
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp1261 LazyCallGraph::SCC &FC = *CG.lookupSCC(F); in TEST() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp245 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) { in FactorOutConstant() local
266 const SCEVConstant *FC = cast<SCEVConstant>(Factor); in FactorOutConstant() local

12