/external/llvm-project/clang/test/Modules/Inputs/overloadable-attrs/ |
D | a.h | 11 constexpr int fn4(int i) { return 0; } in fn4() function 12 constexpr int fn4(int i) __attribute__((enable_if(i, ""))) { return 1; } in fn4() function
|
/external/tpm2-tss/src/tss2-mu/ |
D | tpms-types.c | 423 #define TPMS_MARSHAL_4(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, m4, op4, fn4) \ argument 465 #define TPMS_UNMARSHAL_4(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4) \ argument 506 m4, op4, fn4, m5, op5, fn5) \ argument 552 #define TPMS_UNMARSHAL_5(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5) \ argument 597 m4, op4, fn4, m5, op5, fn5, m6, op6, fn6, m7, op7, fn7) \ argument 651 #define TPMS_UNMARSHAL_7(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5, m6, fn6, m7, fn7) \ argument 704 m4, op4, fn4, m5, op5, fn5, m6, op6, fn6, m7, op7, fn7) \ argument 758 #define TPMS_UNMARSHAL_7_U(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5, m6, fn6, m7, fn7) \ argument 811 m4, op4, fn4, m5, op5, fn5, m6, op6, fn6, m7, op7, fn7, \ argument 882 #define TPMS_UNMARSHAL_11(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5, m6, fn6, m7, fn7, \ argument
|
D | tpmt-types.c | 230 m4, sel4, op4, fn4) \ argument 270 #define TPMT_UNMARSHAL_4(type, m1, fn1, m2, fn2, m3, fn3, m4, sel4, fn4) \ argument 311 m4, op4, fn4, m5, op5, fn5) \ argument 355 #define TPMT_UNMARSHAL_5(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5) \ argument 397 m4, op4, fn4, m5, op5, sel5, fn5, m6, op6, sel6, fn6) \ argument 445 #define TPMT_UNMARSHAL_6(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, sel5, fn5, m6, sel6, fn6) \ argument
|
D | tpmu-types.c | 274 sel4, op4, m4, fn4, sel5, op5, m5, fn5, sel6, op6, m6, fn6, \ argument 366 sel4, m4, fn4, sel5, m5, fn5, sel6, m6, fn6, sel7, m7, fn7, \ argument
|
/external/clang/test/Sema/ |
D | initialize-noreturn.c | 13 Fn_ret fn4 = &foo_noret; in test() local
|
D | unused-expr.c | 102 int (*fn4)(void) __attribute__ ((warn_unused_result)); variable
|
D | asm.c | 189 void fn4() { in fn4() function
|
/external/llvm-project/clang/test/Frontend/ |
D | plugin-attribute.cpp | 22 void fn4() __attribute__((example(123))) { } in fn4() function
|
/external/clang/test/SemaObjC/ |
D | ivar-in-implementations.m | 38 id fn4(INTFSTANDALONE *b) { return b->IVAR4; } function
|
/external/llvm-project/clang/test/SemaObjC/ |
D | ivar-in-implementations.m | 38 id fn4(INTFSTANDALONE *b) { return b->IVAR4; } function
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-constant-evaluated-constexpr.cpp | 30 constexpr int fn4() { in fn4() function
|
D | sizeless-1.cpp | 605 …auto fn4 = [local_int8](svint8_t *ptr) { *ptr = local_int8; }; // expected-error {{by-copy capture… in cxx_only() local
|
/external/llvm-project/clang/test/Sema/ |
D | initialize-noreturn.c | 19 Fn_ret fn4 = &foo_noret; in test() local
|
D | unused-expr.c | 102 int (*fn4)(void) __attribute__ ((warn_unused_result)); variable
|
D | asm.c | 231 void fn4() { in fn4() function
|
/external/libabigail/tests/data/test-abidiff-exit/ |
D | test-leaf-redundant-v0.c | 19 void fn4(struct sto2* s) { in fn4() function
|
D | test-leaf-redundant-v1.c | 21 void fn4(struct stn2* s) { // was sto2 in fn4() function
|
/external/clang/test/CodeGenCXX/ |
D | cxx0x-initializer-constructors.cpp | 31 void fn4() { in fn4() function
|
D | cxx0x-initializer-stdinitializerlist.cpp | 141 void fn4() { in fn4() function
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | cxx0x-initializer-constructors.cpp | 31 void fn4() { in fn4() function
|
D | cxx0x-initializer-stdinitializerlist.cpp | 162 void fn4() { in fn4() function
|
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/ |
D | p4.cpp | 141 void (&fn4)(int) noexcept(true) = ConvToFunction<true>(); variable
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | google-readability-casting.cpp | 257 auto fn4 = (void (*)())overloaded_function; in function_casts() local
|