Home
last modified time | relevance | path

Searched defs:FC (Results 1 – 25 of 27) 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 __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/
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/mesa3d/src/gallium/drivers/radeon/
DR600InstrInfo.h137 FC = (1 << 3), enumerator
/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp35 bool isFormClass(uint16_t Form, DWARFFormValue::FormClass FC) { in isFormClass()
/external/llvm/lib/IR/
DConstants.cpp1512 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
DGCOV.cpp777 for (const auto &FC : FuncCoverages) { in printFuncCoverage() local
787 for (const auto &FC : FileCoverages) { in printFileCoverage() local
DVerifier.cpp2615 void Verifier::visitFCmpInst(FCmpInst &FC) { in visitFCmpInst()
/external/clang/lib/AST/
DCommentSema.cpp548 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo); in actOnFullComment() local
713 void Sema::resolveParamCommandIndexes(const FullComment *FC) { in resolveParamCommandIndexes()
DASTContext.cpp420 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
DASTDumper.cpp118 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/
DR600Defines.h35 FC = (1 << 3), enumerator
/external/llvm/unittests/IR/
DIRBuilderTest.cpp133 Value *F, *FC; in TEST_F() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp247 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/
DIRBuilder.h1561 if (Constant *FC = dyn_cast<Constant>(False)) variable
/external/pcre/dist/sljit/
DsljitNativePPC_common.c120 #define FC(fc) ((fc) << 6) macro
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp2280 FilterChooser FC(*NumberedInstructions, Opc.second, Operands, in run() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1533 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/
DMallocChecker.cpp2183 if (const AnyFunctionCall *FC = dyn_cast<AnyFunctionCall>(&Call)) { in checkPreCall() local
DRetainCountChecker.cpp951 if (const SimpleFunctionCall *FC = dyn_cast<SimpleFunctionCall>(&Call)) { in updateSummaryForCall() local
/external/valgrind/VEX/priv/
Dguest_mips_toIR.c1738 UInt FC = get_FC(cins); in dis_instr_CCondFmt() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1370 const ObjCForCollectionStmt *FC = cast<ObjCForCollectionStmt>(Term); in isInLoopBody() local
/external/clang/lib/Sema/
DSemaStmt.cpp290 } else if (const CXXFunctionalCastExpr *FC in DiagnoseUnusedExprResult() local

12