| /external/valgrind/main/none/tests/mips32/ |
| D | MoveIns.c | 101 #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/ |
| D | move_instructions.c | 92 #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/ |
| D | cvfindface.cpp | 50 FaceDetection FD; in cvFindFace() local 60 FaceDetection FD; in cvPostBoostingFindFace() local
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | CheckSecuritySyntaxOnly.cpp | 118 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 …]
|
| D | VirtualCallChecker.cpp | 71 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
|
| D | ChrootChecker.cpp | 65 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall() local 125 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt() local
|
| D | CStringSyntaxChecker.cpp | 58 const FunctionDecl *FD = CE->getDirectCallee(); in isStrlen() local 136 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr() local
|
| D | NoReturnFunctionChecker.cpp | 45 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(CE.getDecl())) in checkPostCall() local
|
| D | BuiltinFunctionChecker.cpp | 35 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall() local
|
| /external/llvm/lib/Support/ |
| D | MemoryBuffer.cpp | 187 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()
|
| D | ToolOutputFile.cpp | 45 tool_output_file::tool_output_file(const char *Filename, int FD) in tool_output_file()
|
| D | FileOutputBuffer.cpp | 70 int FD; in create() local
|
| /external/clang/tools/libclang/ |
| D | CXType.cpp | 310 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/ |
| D | bitwriter_ocaml.c | 33 CAMLprim value llvm_write_bitcode_to_fd(value U, value M, value FD) { in llvm_write_bitcode_to_fd()
|
| /external/clang/lib/AST/ |
| D | Mangle.cpp | 59 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
|
| D | DeclFriend.cpp | 50 FriendDecl *FD = new (C, DC, Extra) FriendDecl(DC, L, Friend, FriendL, in Create() local
|
| D | Comment.cpp | 158 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl); in fill() local 193 const FunctionDecl *FD = FTD->getTemplatedDecl(); in fill() local
|
| /external/clang/lib/CodeGen/ |
| D | CGRecordLayout.h | 185 unsigned getLLVMFieldNo(const FieldDecl *FD) const { in getLLVMFieldNo() 204 const CGBitFieldInfo &getBitFieldInfo(const FieldDecl *FD) const { in getBitFieldInfo()
|
| /external/llvm/lib/Bitcode/Writer/ |
| D | BitWriter.cpp | 31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD()
|
| /external/clang/examples/analyzer-plugin/ |
| D | MainCallChecker.cpp | 22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl(); in checkPreStmt() local
|
| /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
| D | SkPdfCIDFontDescriptorDictionary_autogen.cpp | 35 SkPdfDictionary* SkPdfCIDFontDescriptorDictionary::FD(SkPdfNativeDoc* doc) { in FD() function in SkPdfCIDFontDescriptorDictionary
|
| /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
| D | SkPdfCIDFontDescriptorDictionary_autogen.cpp | 35 SkPdfDictionary* SkPdfCIDFontDescriptorDictionary::FD(SkPdfNativeDoc* doc) { in FD() function in SkPdfCIDFontDescriptorDictionary
|
| /external/clang/lib/ARCMigrate/ |
| D | TransGCCalls.cpp | 48 if (FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(DRE->getDecl())) { in VisitCallExpr() local
|
| D | TransUnbridgedCasts.cpp | 136 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/ |
| D | CheckerContext.cpp | 39 bool CheckerContext::isCLibraryFunction(const FunctionDecl *FD, in isCLibraryFunction()
|