| /external/tpm2-tss/src/tss2-mu/ |
| D | tpmt-types.c | 88 #define TPMT_MARSHAL_3(type, m1, op1, fn1, m2, op2, sel2, fn2, m3, op3, sel3, fn3) \ argument 124 #define TPMT_UNMARSHAL_3(type, m1, fn1, m2, sel2, fn2, m3, sel3, fn3) \ argument 160 #define TPMT_MARSHAL_TK(type, m1, fn1, m2, fn2, m3, fn3) \ argument 196 #define TPMT_UNMARSHAL_TK(type, m1, fn1, m2, fn2, m3, fn3) \ argument 229 #define TPMT_MARSHAL_4(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \ argument 270 #define TPMT_UNMARSHAL_4(type, m1, fn1, m2, fn2, m3, fn3, m4, sel4, fn4) \ argument 310 #define TPMT_MARSHAL_5(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \ argument 355 #define TPMT_UNMARSHAL_5(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5) \ argument 396 #define TPMT_MARSHAL_6(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \ argument 445 #define TPMT_UNMARSHAL_6(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, sel5, fn5, m6, sel6, fn6) \ argument
|
| D | tpms-types.c | 349 #define TPMS_MARSHAL_3(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3) \ argument 387 #define TPMS_UNMARSHAL_3(type, m1, fn1, m2, fn2, m3, fn3) \ argument 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 505 #define TPMS_MARSHAL_5(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \ argument 552 #define TPMS_UNMARSHAL_5(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5) \ argument 596 #define TPMS_MARSHAL_7(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \ argument 651 #define TPMS_UNMARSHAL_7(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5, m6, fn6, m7, fn7) \ argument 703 #define TPMS_MARSHAL_7_U(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \ argument 758 #define TPMS_UNMARSHAL_7_U(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5, m6, fn6, m7, fn7) \ argument [all …]
|
| /external/llvm-project/clang/test/Modules/Inputs/overloadable-attrs/ |
| D | a.h | 8 constexpr int fn3(int i) __attribute__((enable_if(!i, ""))) { return 0; } in fn3() function 9 constexpr int fn3(int i) __attribute__((enable_if(i, ""))) { return 1; } in fn3() function
|
| /external/clang/test/Sema/ |
| D | initialize-noreturn.c | 12 Fn_noret fn3 = &foo_noret; in test() local
|
| D | asm.c | 183 void fn3() { in fn3() function
|
| /external/clang/test/CoverageMapping/ |
| D | trymacro.cpp | 17 void fn3() TRY { return; } // CHECK: [[@LINE]]:15 -> [[@LINE+1]]:14 = #1 in fn3() function
|
| D | macro-expressions.cpp | 50 void STMT(fn3)() { in STMT() argument
|
| /external/llvm-project/clang/test/CoverageMapping/ |
| D | trymacro.cpp | 17 void fn3() TRY { return; } // CHECK: [[@LINE]]:15 -> [[@LINE+1]]:14 = #1 in fn3() function
|
| D | macro-expressions.cpp | 50 void STMT(fn3)() { in STMT() argument
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | warn-constant-evaluated-constexpr.cpp | 23 constexpr int fn3() { in fn3() function
|
| D | deleted-function.cpp | 11 void fn3() { // expected-error {{redefinition}} in fn3() function
|
| /external/llvm-project/compiler-rt/test/asan/TestCases/ |
| D | vla_chrome_testcase.cpp | 16 __attribute__((noinline)) void fn3(int *first, int second) { in fn3() function
|
| /external/compiler-rt/test/asan/TestCases/ |
| D | vla_chrome_testcase.cc | 16 __attribute__((noinline)) void fn3(int *first, int second) { in fn3() function
|
| /external/llvm-project/clang/test/Sema/ |
| D | initialize-noreturn.c | 18 Fn_noret fn3 = &foo_noret; in test() local
|
| D | arm-cmse.c | 39 void (*fn3)() __attribute__ ((cmse_nonsecure_call)); variable
|
| /external/libabigail/tests/data/test-abidiff-exit/ |
| D | test-leaf-redundant-v0.c | 16 void fn3(struct sto1* s) { in fn3() function
|
| D | test-leaf-redundant-v1.c | 18 void fn3(struct stn1* s) { // was sto1 in fn3() function
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | cxx0x-initializer-constructors.cpp | 22 void fn3() { in fn3() function
|
| D | cxx0x-initializer-stdinitializerlist-startend.cpp | 78 void fn3() { in fn3() function
|
| /external/clang/test/CodeGenCXX/ |
| D | cxx0x-initializer-constructors.cpp | 22 void fn3() { in fn3() function
|
| D | cxx0x-initializer-stdinitializerlist-startend.cpp | 78 void fn3() { in fn3() function
|
| /external/compiler-rt/test/msan/ |
| D | chained_origin_limits.cc | 114 void fn3() { in fn3() function
|
| /external/llvm-project/compiler-rt/test/msan/ |
| D | chained_origin_limits.cpp | 114 void fn3() { in fn3() function
|
| /external/python/oauth2client/tests/ |
| D | test_util.py | 39 def fn3(pos, kwonly=None): function
|
| /external/clang/test/SemaCXX/ |
| D | deleted-function.cpp | 11 void fn3() { // expected-error {{redefinition}} in fn3() function
|