Home
last modified time | relevance | path

Searched defs:fn1 (Results 1 – 25 of 108) sorted by relevance

12345

/external/llvm-project/clang/test/Modules/Inputs/overloadable-attrs/
Da.h2 constexpr int fn1() __attribute__((enable_if(0, ""))) { return 0; } in fn1() function
3 constexpr int fn1() { return 1; } in fn1() function
19 constexpr int fn1(void *const a __attribute__((pass_object_size(0)))) { in fn1() function
22 constexpr int fn1(void *const a) { return 0; } in fn1() function
/external/tpm2-tss/src/tss2-mu/
Dtpmt-types.c24 #define TPMT_MARSHAL_2(type, m1, op1, fn1, m2, op2, sel, fn2) \ argument
56 #define TPMT_UNMARSHAL_2(type, m1, fn1, m2, sel, fn2) \ argument
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
[all …]
Dtpms-types.c216 #define TPMS_MARSHAL_2_U(type, m1, op1, fn1, m2, op2, fn2) \ argument
250 #define TPMS_UNMARSHAL_2_U(type, m1, fn1, m2, fn2) \ argument
283 #define TPMS_MARSHAL_2(type, m1, op1, fn1, m2, op2, fn2) \ argument
317 #define TPMS_UNMARSHAL_2(type, m1, fn1, m2, fn2) \ argument
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
[all …]
/external/llvm-project/lld/test/ELF/
Darm-exidx-script-order.s33 .global fn1 symbol
35 fn1: label
/external/pdfium/core/fxcrt/
Dcfx_timer_unittest.cpp31 TimerHandlerIface::TimerCallback fn1 = nullptr; in TEST() local
62 TimerHandlerIface::TimerCallback fn1 = nullptr; in TEST() local
/external/llvm-project/clang/test/Modules/Inputs/PR27754/
DTMetaUtils.h2 void fn1() { true_type(); } in fn1() function
/external/clang/test/Modules/Inputs/PR27754/
DTMetaUtils.h2 void fn1() { true_type(); } in fn1() function
/external/llvm-project/clang/test/Frontend/
Dplugin-annotate-functions.c19 void fn1() { } in fn1() function
/external/clang/test/Frontend/
Dplugin-annotate-functions.c19 void fn1() { } in fn1() function
/external/libabigail/tests/data/test-diff-dwarf/
Dtest31-vtable-changes-v1.cc14 S::fn1() in fn1() function in S
Dtest31-vtable-changes-v0.cc19 S::fn1() in fn1() function in S
Dtest30-vtable-changes-v0.cc19 S::fn1() in fn1() function in S
Dtest29-vtable-changes-v1.cc19 S::fn1() in fn1() function in S
Dtest30-vtable-changes-v1.cc20 S::fn1() in fn1() function in S
/external/clang/test/PCH/
Dtype_pack_element.cpp12 void fn1() { in fn1() function
Dmake-integer-seq.cpp12 void fn1() { in fn1() function
Dpr27445.cpp5 void fn1(A &) {} in fn1() function
/external/llvm-project/clang/test/SemaCXX/
DPR23334.cpp5 void fn1() { in fn1() function
/external/llvm-project/clang/test/PCH/
Dtype_pack_element.cpp15 void fn1() { in fn1() function
Dmake-integer-seq.cpp15 void fn1() { in fn1() function
Dpr27445.cpp5 void fn1(A &) {} in fn1() function
/external/clang/test/SemaCXX/
DPR23334.cpp5 void fn1() { in fn1() function
/external/llvm-project/clang/test/CodeGenCXX/
Dinalloca-lambda.cpp10 fptr_t fn1() { return [](A) {}; } in __anonb2f515220102() function
/external/llvm-project/clang/test/Analysis/
Dloop-widening.cpp13 void fn1() { in fn1() function
/external/llvm-project/clang/test/Sema/
DPR28181.c7 void fn1() { in fn1() function

12345