Home
last modified time | relevance | path

Searched defs:FD (Results 1 – 25 of 185) sorted by relevance

12345678

/external/valgrind/none/tests/mips32/
DMoveIns.c101 #define TESTINSNMOVE1s(instruction, offset, FD, FS) \ argument
120 #define TESTINSNMOVE1d(instruction, offset, FD, FS) \ argument
161 #define TESTINSNMOVE2s(instruction, FD, FS, cc, offset) \ argument
185 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \ argument
210 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \ argument
238 #define TESTINSNMOVEN1s(instruction, offset, RTval, FD, FS, RT) \ argument
259 #define TESTINSNMOVEN1d(instruction, offset, RTval, FD, FS, RT) \ argument
/external/valgrind/none/tests/mips64/
Dmove_instructions.c93 #define TEST3(instruction, FD, FS, cc, offset) \ argument
117 #define TEST3d(instruction, FD, FS, cc, offset) \ argument
140 #define TEST4(instruction, offset, RTval, FD, FS, RT) \ argument
159 #define TEST4d(instruction, offset, RTval, FD, FS, RT) \ argument
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp119 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr() local
307 void WalkAST::checkCall_gets(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_gets()
343 void WalkAST::checkCall_getpw(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_getpw()
383 void WalkAST::checkCall_mktemp(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_mktemp()
425 void WalkAST::checkCall_mkstemp(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_mkstemp()
508 void WalkAST::checkCall_strcpy(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_strcpy()
535 void WalkAST::checkCall_strcat(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_strcat()
559 bool WalkAST::checkCall_strCommon(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_strCommon()
590 void WalkAST::checkCall_rand(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_rand()
633 void WalkAST::checkCall_random(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_random()
[all …]
DVirtualCallChecker.cpp71 const FunctionDecl *FD = WLUnit->getDirectCallee(); in Enqueue() local
90 const FunctionDecl *FD = WLUnit->getDirectCallee(); in Execute() local
184 const FunctionDecl *FD = (*(I-1))->getDirectCallee(); in ReportVirtualCall() local
DChrootChecker.cpp65 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall() local
125 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt() local
DCStringSyntaxChecker.cpp58 const FunctionDecl *FD = CE->getDirectCallee(); in isStrlen() local
136 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr() local
DNoReturnFunctionChecker.cpp45 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(CE.getDecl())) in checkPostCall() local
DBuiltinFunctionChecker.cpp35 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall() local
/external/opencv/cvaux/src/
Dcvfindface.cpp50 FaceDetection FD; in cvFindFace() local
60 FaceDetection FD; in cvPostBoostingFindFace() local
/external/clang/tools/libclang/
DCXType.cpp310 if (const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(D)) { in clang_getFieldDeclBitWidth() local
501 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) in clang_isFunctionTypeVariadic() local
515 if (const FunctionType *FD = T->getAs<FunctionType>()) { in clang_getFunctionTypeCallingConv() local
544 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) { in clang_getNumArgTypes() local
560 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) { in clang_getArgType() local
576 if (const FunctionType *FD = T->getAs<FunctionType>()) in clang_getResultType() local
827 if (const FieldDecl *FD = dyn_cast<FieldDecl>(Res.front())) in clang_Type_getOffsetOf() local
846 if (const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(D)) in clang_Cursor_getOffsetOfField() local
858 const FunctionProtoType *FD = QT->getAs<FunctionProtoType>(); in clang_Type_getCXXRefQualifier() local
875 const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(cxcursor::getCursorDecl(C)); in clang_Cursor_isBitField() local
[all …]
/external/llvm/lib/Support/
DMemoryBuffer.cpp204 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len, in MemoryBufferMMapFile()
226 getMemoryBufferForStream(int FD, const Twine &BufferName) { in getMemoryBufferForStream()
260 int FD; in getFileAux() local
272 static bool shouldUseMmap(int FD, in shouldUseMmap()
329 getOpenFileImpl(int FD, const Twine &Filename, uint64_t FileSize, in getOpenFileImpl()
407 MemoryBuffer::getOpenFile(int FD, const Twine &Filename, uint64_t FileSize, in getOpenFile()
414 MemoryBuffer::getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize, in getOpenFileSlice()
DToolOutputFile.cpp45 tool_output_file::tool_output_file(StringRef Filename, int FD) in tool_output_file()
DFileOutputBuffer.cpp73 int FD; in create() local
/external/clang/lib/CodeGen/
DCGRecordLayout.h185 unsigned getLLVMFieldNo(const FieldDecl *FD) const { in getLLVMFieldNo()
204 const CGBitFieldInfo &getBitFieldInfo(const FieldDecl *FD) const { in getBitFieldInfo()
/external/clang/lib/AST/
DMangle.cpp60 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(ND)) in isExternC() local
78 const FunctionDecl *FD = dyn_cast<FunctionDecl>(ND); in getCallingConvMangling() local
163 const FunctionDecl *FD = cast<FunctionDecl>(D); in mangleName() local
DDeclFriend.cpp50 FriendDecl *FD = new (C, DC, Extra) FriendDecl(DC, L, Friend, FriendL, in Create() local
/external/llvm/bindings/ocaml/bitwriter/
Dbitwriter_ocaml.c31 CAMLprim value llvm_write_bitcode_to_fd(value U, LLVMModuleRef M, value FD) { in llvm_write_bitcode_to_fd()
/external/clang/examples/analyzer-plugin/
DMainCallChecker.cpp22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl(); in checkPreStmt() local
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfCIDFontDescriptorDictionary_autogen.cpp35 SkPdfDictionary* SkPdfCIDFontDescriptorDictionary::FD(SkPdfNativeDoc* doc) { in FD() function in SkPdfCIDFontDescriptorDictionary
/external/clang/include/clang/AST/
DDeclFriend.h138 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(ND)) in getSourceRange() local
239 inline void CXXRecordDecl::pushFriendDecl(FriendDecl *FD) { in pushFriendDecl()
/external/clang/lib/ARCMigrate/
DTransGCCalls.cpp48 if (FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(DRE->getDecl())) { in VisitCallExpr() local
DTransUnbridgedCasts.cpp136 if (FunctionDecl *FD = callE->getDirectCallee()) { in transformNonObjCToObjCCast() local
421 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl())) in isPassedToCFRetain() local
434 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl())) { in isPassedToCParamWithKnownOwnership() local
/external/llvm/lib/Bitcode/Writer/
DBitWriter.cpp31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp39 bool CheckerContext::isCLibraryFunction(const FunctionDecl *FD, in isCLibraryFunction()
/external/clang/lib/Serialization/
DASTCommon.cpp241 if (auto *FD = dyn_cast<FunctionDecl>(D)) in needsAnonymousDeclarationNumber() local

12345678