Home
last modified time | relevance | path

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

12345678910

/external/libmicrohttpd/src/include/
Dautoinit_funcs.h81 #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/
DMoveIns.c118 #define TESTINSNMOVE1s(instruction, offset, FD, FS) \ argument
140 #define TESTINSNMOVE1d(instruction, offset, FD, FS) \ argument
181 #define TESTINSNMOVE2s(instruction, FD, FS, cc, offset) \ argument
204 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \ argument
229 #define TESTINSNMOVEN1s(instruction, offset, RTval, FD, FS, RT) \ argument
250 #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.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
184 const FunctionDecl *FD = (*(I-1))->getDirectCallee(); in ReportVirtualCall() local
DChrootChecker.cpp66 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall() local
126 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
/external/clang/tools/libclang/
DCXType.cpp312 if (const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(D)) { in clang_getFieldDeclBitWidth() local
512 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) in clang_isFunctionTypeVariadic() local
526 if (const FunctionType *FD = T->getAs<FunctionType>()) { in clang_getFunctionTypeCallingConv() local
558 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) { in clang_getNumArgTypes() local
574 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) { in clang_getArgType() local
590 if (const FunctionType *FD = T->getAs<FunctionType>()) in clang_getResultType() local
841 if (const FieldDecl *FD = dyn_cast<FieldDecl>(Res.front())) in clang_Type_getOffsetOf() local
860 if (const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(D)) in clang_Cursor_getOffsetOfField() local
872 const FunctionProtoType *FD = QT->getAs<FunctionProtoType>(); in clang_Type_getCXXRefQualifier() local
889 const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(cxcursor::getCursorDecl(C)); in clang_Cursor_isBitField() local
[all …]
/external/llvm/unittests/Support/
Draw_pwrite_stream_test.cpp37 int FD; in TEST() local
55 int FD; in TEST() local
DReplaceFileTest.cpp33 int FD = 0; in CreateFileWithContent() local
45 int FD; member in __anond11ad9350111::ScopedFD
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DMemoryBuffer.cpp210 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len, in MemoryBufferMMapFile()
236 getMemoryBufferForStream(int FD, const Twine &BufferName) { in getMemoryBufferForStream()
270 int FD; in getFileAux() local
282 static bool shouldUseMmap(int FD, in shouldUseMmap()
339 getOpenFileImpl(int FD, const Twine &Filename, uint64_t FileSize, in getOpenFileImpl()
417 MemoryBuffer::getOpenFile(int FD, const Twine &Filename, uint64_t FileSize, in getOpenFile()
424 MemoryBuffer::getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize, in getOpenFileSlice()
443 int FD; in getFileAsStream() local
/external/llvm/lib/Support/
DMemoryBuffer.cpp210 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len, in MemoryBufferMMapFile()
236 getMemoryBufferForStream(int FD, const Twine &BufferName) { in getMemoryBufferForStream()
270 int FD; in getFileAux() local
282 static bool shouldUseMmap(int FD, in shouldUseMmap()
339 getOpenFileImpl(int FD, const Twine &Filename, uint64_t FileSize, in getOpenFileImpl()
417 MemoryBuffer::getOpenFile(int FD, const Twine &Filename, uint64_t FileSize, in getOpenFile()
424 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()
/external/clang/lib/Index/
DIndexingContext.cpp134 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) { in isTemplateImplicitInstantiation() local
168 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) { in adjustTemplateImplicitInstantiation() local
178 if (auto FD = dyn_cast<FunctionDecl>(D)) in isDeclADefinition() local
212 } else if (auto FD = dyn_cast<FieldDecl>(Parent)) { in adjustParent() local
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dresult_of11.pass.cpp28 struct FD : public F {}; struct
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp442 static void GenOpenCLArgMetadata(const FunctionDecl *FD, llvm::Function *Fn, in GenOpenCLArgMetadata()
595 void CodeGenFunction::EmitOpenCLKernelMetadata(const FunctionDecl *FD, in EmitOpenCLKernelMetadata()
640 if (auto *FD = dyn_cast_or_null<FunctionDecl>(F)) in endsWithReturn() local
667 if (const auto *FD = dyn_cast_or_null<FunctionDecl>(D)) in StartFunction() local
714 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D)) { in StartFunction() local
737 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D)) in StartFunction() local
744 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D)) { in StartFunction() local
761 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D)) in StartFunction() local
783 if (auto *FD = dyn_cast_or_null<FunctionDecl>(D)) in StartFunction() local
867 for (auto *FD : MD->getParent()->fields()) { in StartFunction() local
[all …]
DCGRecordLayout.h185 unsigned getLLVMFieldNo(const FieldDecl *FD) const { in getLLVMFieldNo()
204 const CGBitFieldInfo &getBitFieldInfo(const FieldDecl *FD) const { in getBitFieldInfo()
/external/swiftshader/third_party/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/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/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitWriter.cpp30 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD()
/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
/external/clang/examples/analyzer-plugin/
DMainCallChecker.cpp22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl(); in checkPreStmt() local
/external/python/cpython2/Include/
Dfileobject.h89 #define _PyIsSelectable_fd(FD) (((FD) >= 0) && ((FD) < FD_SETSIZE)) argument
91 #define _PyIsSelectable_fd(FD) (1) argument
/external/clang/include/clang/AST/
DDeclFriend.h132 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(ND)) in getSourceRange() local
235 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

12345678910