/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
D | PR23141_invoke_not_constexpr.pass.cpp | 23 struct Fun struct 34 std::bind(Fun{}, std::placeholders::_1, 42)("hello"); in main() argument
|
/external/clang/test/PCH/ |
D | struct.h | 15 struct Fun { struct 24 struct Fun2; argument
|
/external/mockito/src/test/java/org/mockitousage/bugs/ |
D | ActualInvocationHasNullArgumentNPEBugTest.java | 16 public interface Fun { interface in ActualInvocationHasNullArgumentNPEBugTest
|
D | CaptorAnnotationAutoboxingTest.java | 21 interface Fun { interface in CaptorAnnotationAutoboxingTest
|
/external/clang/test/Sema/ |
D | attr-noreturn.c | 44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{'noreturn' attribute t… typedef
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
D | p2.cpp | 13 typedef auto Fun(int a) -> decltype(a + a); typedef
|
D | p5.cpp | 20 typedef auto Fun(int a) -> decltype(a + a); typedef
|
/external/clang/test/SemaCXX/ |
D | warn-infinite-recursion.cpp | 89 void Fun() { // expected-warning{{call itself}} in Fun() function in U
|
D | offsetof.cpp | 82 …void Fun() { (void)__builtin_offsetof(Derived, Field); } // expected-warning {{offset of on non-PO… in Fun() function
|
D | alignof.cpp | 90 void Fun(T A) { in Fun() function
|
D | constant-expression-cxx11.cpp | 1992 …constexpr int Fun() { return; } // expected-error {{non-void constexpr function 'Fun' should retur… in Fun() function
|
/external/clang/test/Parser/ |
D | DelayedTemplateParsing.cpp | 119 constexpr T Fun(T A) { return T(0); } in Fun() function
|
/external/tensorflow/tensorflow/contrib/specs/python/ |
D | specs_ops.py | 68 Fun = specs_lib.Function variable
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 338 LLVMValueRef Fun; member 896 LLVMValueRef Fun = LLVMGetNamedFunction(M, Name); in clone_symbols() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 357 LLVMValueRef Fun; member 1007 LLVMValueRef Fun = LLVMGetNamedFunction(M, Name); in clone_symbols() local
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 1362 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
|
D | SemaOverload.cpp | 9025 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local 10602 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
|
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 1519 if (Function* Fun = dyn_cast<Function>(*I)) { in printFunctionUses() local
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 689 const FunctionDecl *Fun) { in propagateReturnType()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1447 FunctionTypeInfo Fun; member
|