Home
last modified time | relevance | path

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

1234567

/external/valgrind/main/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/main/none/tests/mips64/
Dmove_instructions.c92 #define TEST3(instruction, FD, FS, cc, offset) \ argument
116 #define TEST3d(instruction, FD, FS, cc, offset) \ argument
139 #define TEST4(instruction, offset, RTval, FD, FS, RT) \ argument
158 #define TEST4d(instruction, offset, RTval, FD, FS, RT) \ argument
/external/opencv/cvaux/src/
Dcvfindface.cpp50 FaceDetection FD; in cvFindFace() local
60 FaceDetection FD; in cvPostBoostingFindFace() local
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp118 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr() local
306 void WalkAST::checkCall_gets(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_gets()
342 void WalkAST::checkCall_getpw(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_getpw()
382 void WalkAST::checkCall_mktemp(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_mktemp()
424 void WalkAST::checkCall_mkstemp(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_mkstemp()
507 void WalkAST::checkCall_strcpy(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_strcpy()
534 void WalkAST::checkCall_strcat(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_strcat()
558 bool WalkAST::checkCall_strCommon(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_strCommon()
589 void WalkAST::checkCall_rand(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_rand()
632 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
177 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/llvm/lib/Support/
DMemoryBuffer.cpp187 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len, in MemoryBufferMMapFile()
209 getMemoryBufferForStream(int FD, StringRef BufferName) { in getMemoryBufferForStream()
251 int FD; in getFileAux() local
263 static bool shouldUseMmap(int FD, in shouldUseMmap()
312 getOpenFileImpl(int FD, const char *Filename, uint64_t FileSize, in getOpenFileImpl()
390 MemoryBuffer::getOpenFile(int FD, const char *Filename, uint64_t FileSize, in getOpenFile()
397 MemoryBuffer::getOpenFileSlice(int FD, const char *Filename, uint64_t MapSize, in getOpenFileSlice()
DToolOutputFile.cpp45 tool_output_file::tool_output_file(const char *Filename, int FD) in tool_output_file()
DFileOutputBuffer.cpp70 int FD; in create() 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
541 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) { in clang_getNumArgTypes() local
557 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) { in clang_getArgType() local
573 if (const FunctionType *FD = T->getAs<FunctionType>()) in clang_getResultType() local
811 if (const FieldDecl *FD = dyn_cast<FieldDecl>(Res.front())) in clang_Type_getOffsetOf() local
823 const FunctionProtoType *FD = QT->getAs<FunctionProtoType>(); in clang_Type_getCXXRefQualifier() local
840 const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(cxcursor::getCursorDecl(C)); in clang_Cursor_isBitField() local
859 else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) in clang_getDeclObjCTypeEncoding() local
/external/llvm/bindings/ocaml/bitwriter/
Dbitwriter_ocaml.c33 CAMLprim value llvm_write_bitcode_to_fd(value U, value M, value FD) { in llvm_write_bitcode_to_fd()
/external/clang/lib/AST/
DMangle.cpp59 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(ND)) in isExternC() local
75 const FunctionDecl *FD = dyn_cast<FunctionDecl>(ND); in getStdOrFastCallMangling() local
153 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
DComment.cpp158 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl); in fill() local
193 const FunctionDecl *FD = FTD->getTemplatedDecl(); in fill() 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/llvm/lib/Bitcode/Writer/
DBitWriter.cpp31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD()
/external/clang/examples/analyzer-plugin/
DMainCallChecker.cpp22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl(); in checkPreStmt() local
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfCIDFontDescriptorDictionary_autogen.cpp35 SkPdfDictionary* SkPdfCIDFontDescriptorDictionary::FD(SkPdfNativeDoc* doc) { in FD() function in SkPdfCIDFontDescriptorDictionary
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfCIDFontDescriptorDictionary_autogen.cpp35 SkPdfDictionary* SkPdfCIDFontDescriptorDictionary::FD(SkPdfNativeDoc* doc) { in FD() function in SkPdfCIDFontDescriptorDictionary
/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/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp39 bool CheckerContext::isCLibraryFunction(const FunctionDecl *FD, in isCLibraryFunction()

1234567