HomeSort by relevance Sort by last modified time
    Searched refs:FD (Results 26 - 50 of 880) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/
slang_rs_check_ast.cpp 149 void RSCheckAST::ValidateFunctionDecl(clang::FunctionDecl *FD) {
150 if (!FD) {
155 if (FD->hasAttr<clang::RenderScriptKernelAttr>() &&
156 FD->getStorageClass() == clang::SC_Static) {
157 Context->ReportError(FD->getLocation(),
160 << FD->getName();
164 clang::QualType resultType = FD->getReturnType().getCanonicalType();
165 bool isExtern = (FD->getFormalLinkage() == clang::ExternalLinkage);
167 // We use FD as our NamedDecl in the case of a bad return type.
168 if (!RSExportType::ValidateType(Context, C, resultType, FD,
    [all...]
slang_rs_export_foreach.h 86 const clang::FunctionDecl *FD);
89 const clang::FunctionDecl *FD);
92 const clang::FunctionDecl *FD);
95 const clang::FunctionDecl *FD,
99 const clang::FunctionDecl *FD);
102 const clang::FunctionDecl *FD);
182 const clang::FunctionDecl *FD);
185 const clang::FunctionDecl *FD);
slang_rs_special_kernel_param.h 36 const clang::FunctionDecl *FD,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h 79 int _PyVerify_fd(int fd);
81 /* fdopen doesn't set errno EBADF and crashes for large fd on debug build */
82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
89 #define _PyIsSelectable_fd(FD) (((FD) >= 0) && ((FD) < FD_SETSIZE))
91 #define _PyIsSelectable_fd(FD) (1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
fileobject.h 90 //int _PyVerify_fd(int fd);
92 /* fdopen doesn't set errno EBADF and crashes for large fd on debug build */
93 //#define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
100 #define _PyIsSelectable_fd(FD) (((FD) >= 0) && ((FD) < FD_SETSIZE))
102 #define _PyIsSelectable_fd(FD) (1)
  /external/clang/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 37 bool followsCreateRule(const FunctionDecl *FD);
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 48 if (FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(DRE->getDecl())) {
49 if (!FD->getDeclContext()->getRedeclContext()->isFileContext())
52 if (FD->getIdentifier() == NSMakeCollectableII) {
60 } else if (FD->getIdentifier() == CFMakeCollectableII) {
  /external/llvm/include/llvm-c/
BitWriter.h 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
  /external/python/cpython2/Include/
fileobject.h 79 int _PyVerify_fd(int fd);
81 /* fdopen doesn't set errno EBADF and crashes for large fd on debug build */
82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
89 #define _PyIsSelectable_fd(FD) (((FD) >= 0) && ((FD) < FD_SETSIZE))
91 #define _PyIsSelectable_fd(FD) (1)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 37 bool followsCreateRule(const FunctionDecl *FD);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TarWriter.h 26 TarWriter(int FD, StringRef BaseDir);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
BitWriter.h 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 37 bool followsCreateRule(const FunctionDecl *FD);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
TarWriter.h 26 TarWriter(int FD, StringRef BaseDir);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm-c/
BitWriter.h 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 37 bool followsCreateRule(const FunctionDecl *FD);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
TarWriter.h 26 TarWriter(int FD, StringRef BaseDir);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm-c/
BitWriter.h 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 37 bool followsCreateRule(const FunctionDecl *FD);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
TarWriter.h 26 TarWriter(int FD, StringRef BaseDir);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm-c/
BitWriter.h 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 37 bool followsCreateRule(const FunctionDecl *FD);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
TarWriter.h 26 TarWriter(int FD, StringRef BaseDir);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm-c/
BitWriter.h 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 37 bool followsCreateRule(const FunctionDecl *FD);

Completed in 501 milliseconds

12 3 4 5 6 7 8 91011>>