/external/libmicrohttpd/src/include/ |
D | autoinit_funcs.h | 81 #define GNUC_SET_INIT_AND_DEINIT(FI,FD) \ argument 88 #define _SET_INIT_AND_DEINIT_FUNCS(FI,FD) GNUC_SET_INIT_AND_DEINIT(FI,FD) argument 196 #define W32_SET_INIT_AND_DEINIT(FI,FD) \ argument 207 #define W32_SET_INIT_AND_DEINIT(FI,FD) \ argument 214 #define W32_SET_INIT_AND_DEINIT(FI,FD) \ argument 224 #define _SET_INIT_AND_DEINIT_FUNCS(FI,FD) W32_SET_INIT_AND_DEINIT(FI,FD) argument 237 #define _SET_INIT_AND_DEINIT_FUNCS(FI,FD) argument
|
/external/valgrind/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/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 184 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 | PaddingChecker.cpp | 149 auto IsTrickyField = [](const FieldDecl *FD) -> bool { in shouldSkipDecl() 171 for (const auto &FD : RD->fields()) { in calculateBaselinePad() local 216 auto GatherSizesAndAlignments = [](const FieldDecl *FD) { in calculateOptimalPad()
|
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
|
/external/valgrind/none/tests/mips64/ |
D | move_instructions.c | 93 #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/tools/libclang/ |
D | CXType.cpp | 310 if (const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(D)) { in clang_getFieldDeclBitWidth() local 502 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) in clang_isFunctionTypeVariadic() local 516 if (const FunctionType *FD = T->getAs<FunctionType>()) { in clang_getFunctionTypeCallingConv() local 545 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) { in clang_getNumArgTypes() local 561 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) { in clang_getArgType() local 577 if (const FunctionType *FD = T->getAs<FunctionType>()) in clang_getResultType() local 828 if (const FieldDecl *FD = dyn_cast<FieldDecl>(Res.front())) in clang_Type_getOffsetOf() local 847 if (const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(D)) in clang_Cursor_getOffsetOfField() local 859 const FunctionProtoType *FD = QT->getAs<FunctionProtoType>(); in clang_Type_getCXXRefQualifier() local 876 const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(cxcursor::getCursorDecl(C)); in clang_Cursor_isBitField() local [all …]
|
/external/opencv/cvaux/src/ |
D | cvfindface.cpp | 50 FaceDetection FD; in cvFindFace() local 60 FaceDetection FD; in cvPostBoostingFindFace() local
|
/external/llvm/lib/Support/ |
D | MemoryBuffer.cpp | 206 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len, in MemoryBufferMMapFile() 228 getMemoryBufferForStream(int FD, const Twine &BufferName) { in getMemoryBufferForStream() 262 int FD; in getFileAux() local 274 static bool shouldUseMmap(int FD, in shouldUseMmap() 331 getOpenFileImpl(int FD, const Twine &Filename, uint64_t FileSize, in getOpenFileImpl() 409 MemoryBuffer::getOpenFile(int FD, const Twine &Filename, uint64_t FileSize, in getOpenFile() 416 MemoryBuffer::getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize, in getOpenFileSlice()
|
D | ToolOutputFile.cpp | 45 tool_output_file::tool_output_file(StringRef Filename, int FD) in tool_output_file()
|
/external/llvm/unittests/Support/ |
D | raw_pwrite_stream_test.cpp | 37 int FD; in TEST() local 55 int FD; in TEST() local
|
D | ReplaceFileTest.cpp | 33 int FD = 0; in CreateFileWithContent() local 45 int FD; member in __anon1a3b9b960111::ScopedFD
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 434 static void GenOpenCLArgMetadata(const FunctionDecl *FD, llvm::Function *Fn, in GenOpenCLArgMetadata() 574 void CodeGenFunction::EmitOpenCLKernelMetadata(const FunctionDecl *FD, in EmitOpenCLKernelMetadata() 631 if (auto *FD = dyn_cast_or_null<FunctionDecl>(F)) in endsWithReturn() local 686 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D)) { in StartFunction() local 699 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D)) in StartFunction() local 706 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D)) { in StartFunction() local 723 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D)) in StartFunction() local 816 for (auto *FD : MD->getParent()->fields()) { in StartFunction() local 904 const FunctionDecl *FD = cast<FunctionDecl>(GD.getDecl()); in GenerateCode() local 1288 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(TargetDecl)) { in EmitBranchOnBoolExpr() local [all …]
|
D | CGRecordLayout.h | 185 unsigned getLLVMFieldNo(const FieldDecl *FD) const { in getLLVMFieldNo() 204 const CGBitFieldInfo &getBitFieldInfo(const FieldDecl *FD) const { in getBitFieldInfo()
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 60 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
|
/external/clang/include/clang/AST/ |
D | DeclFriend.h | 138 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(ND)) in getSourceRange() local 239 inline void CXXRecordDecl::pushFriendDecl(FriendDecl *FD) { in pushFriendDecl()
|
/external/llvm/bindings/ocaml/bitwriter/ |
D | bitwriter_ocaml.c | 31 CAMLprim value llvm_write_bitcode_to_fd(value U, LLVMModuleRef M, value FD) { in llvm_write_bitcode_to_fd()
|
/external/clang/lib/ARCMigrate/ |
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
|
D | TransGCCalls.cpp | 48 if (FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(DRE->getDecl())) { in VisitCallExpr() local
|
/external/clang/examples/analyzer-plugin/ |
D | MainCallChecker.cpp | 22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl(); in checkPreStmt() local
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitWriter.cpp | 31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerContext.cpp | 39 bool CheckerContext::isCLibraryFunction(const FunctionDecl *FD, in isCLibraryFunction()
|