Searched
refs:FD (Results
251 -
275 of
609) sorted by null
<<11121314151617181920>>
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double/d/ |
T_mul_double_3.d | 27 .method public run(FD)D
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double_2addr/d/ |
T_mul_double_2addr_3.d | 27 .method public run(FD)D
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_float/d/ |
T_mul_float_3.d | 27 .method public run(FD)F
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_float_2addr/d/ |
T_mul_float_2addr_3.d | 27 .method public run(FD)F
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/d/ |
T_rem_double_3.d | 27 .method public run(FD)D
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float/d/ |
T_rem_float_3.d | 27 .method public run(FD)F
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float_2addr/d/ |
T_rem_float_2addr_3.d | 27 .method public run(FD)F
|
/external/clang/lib/ARCMigrate/ |
Transforms.cpp | 92 if (const FunctionDecl *FD = callE->getDirectCallee()) { 93 if (FD->hasAttr<CFReturnsRetainedAttr>()) 96 if (FD->isGlobal() && 97 FD->getIdentifier() && 98 FD->getParent()->isTranslationUnit() && 99 FD->isExternallyVisible() && 101 FD->getIdentifier()->getName())) { 102 StringRef fname = FD->getIdentifier()->getName();
|
/external/clang/lib/AST/ |
ItaniumCXXABI.cpp | 46 if (const FieldDecl *FD = RT->getDecl()->findFirstNamedDataMember()) { 47 return FD->getIdentifier();
|
MicrosoftMangle.cpp | 108 const auto *FD = cast<FunctionDecl>(ND); 109 if (const auto *FTD = FD->getPrimaryTemplate()) 112 return FD; 295 void mangleFunctionEncoding(const FunctionDecl *FD, bool ShouldMangle); 350 void mangleFunctionClass(const FunctionDecl *FD); 365 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) { 366 LanguageLinkage L = FD->getLanguageLinkage(); 368 if (FD->hasAttr<OverloadableAttr>()) 380 if (FD->isMSVCRTEntryPoint()) 385 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
MacOSKeychainAPIChecker.cpp | 274 const FunctionDecl *FD = C.getCalleeDecl(CE); 275 if (!FD || FD->getKind() != Decl::Function) 278 StringRef funName = C.getCalleeName(FD); 444 const FunctionDecl *FD = C.getCalleeDecl(CE); 445 if (!FD || FD->getKind() != Decl::Function) 448 StringRef funName = C.getCalleeName(FD);
|
UnixAPIChecker.cpp | 352 const FunctionDecl *FD = C.getCalleeDecl(CE); 353 if (!FD || FD->getKind() != Decl::Function) 356 StringRef FName = C.getCalleeName(FD);
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 344 bool VisitFunctionDecl(FunctionDecl *FD) { 345 IdentifierInfo *II = FD->getIdentifier(); 351 if (FD->isThisDeclarationADefinition() && 352 !FD->isDependentContext()) { 354 HandleCode(FD, RecVisitorMode); 742 int FD; 743 llvm::sys::fs::createTemporaryFile("llvm_ubi", "", FD, P); 746 auto Stream = llvm::make_unique<llvm::raw_fd_ostream>(FD, true);
|
/libcore/ojluni/src/main/native/ |
linux_close.cpp | 85 int NET_Dup2(int fd, int fd2) { 86 if (fd < 0) { 90 return closefd(fd, fd2); 95 * except that any threads blocked in an I/O on fd will be 98 int NET_SocketClose(int fd) { 99 return closefd(-1, fd); 109 #define BLOCKING_IO_RETURN_INT(FD, FUNC) { \ 115 AsynchronousCloseMonitor _monitor(FD); \ 166 BLOCKING_IO_RETURN_INT( ufds[0].fd, poll(ufds, nfds, timeout) ); 193 * called from PlainSocketImpl_socketAccept with fd == -1 [all...] |
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
ObjCRetainCount.h | 228 static CallEffects getEffect(const FunctionDecl *FD);
|
/frameworks/compile/slang/ |
slang_rs_context.h | 108 bool processExportFunc(const clang::FunctionDecl *FD); 205 bool addForEach(const clang::FunctionDecl* FD); 254 int getForEachSlotNumber(const clang::FunctionDecl* FD); 275 void markUsedByReducePragma(clang::FunctionDecl *FD, CheckName Check);
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/ |
ObjCRetainCount.h | 224 static CallEffects getEffect(const FunctionDecl *FD);
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/ |
ObjCRetainCount.h | 224 static CallEffects getEffect(const FunctionDecl *FD);
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/ |
ObjCRetainCount.h | 224 static CallEffects getEffect(const FunctionDecl *FD);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/ |
ObjCRetainCount.h | 224 static CallEffects getEffect(const FunctionDecl *FD);
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/ |
ObjCRetainCount.h | 224 static CallEffects getEffect(const FunctionDecl *FD);
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/ |
ObjCRetainCount.h | 224 static CallEffects getEffect(const FunctionDecl *FD);
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/ |
ObjCRetainCount.h | 224 static CallEffects getEffect(const FunctionDecl *FD);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/ |
ObjCRetainCount.h | 224 static CallEffects getEffect(const FunctionDecl *FD);
|
/external/clang/lib/CodeGen/ |
CodeGenTypes.h | 191 const FunctionDecl *FD = nullptr); 261 const CGFunctionInfo &arrangeFunctionDeclaration(const FunctionDecl *FD); 266 const FunctionDecl *FD);
|
Completed in 383 milliseconds
<<11121314151617181920>>