/llvm-project/llvm/lib/Analysis/models/ |
H A D | saved-model-to-tflite.py | 10 import tensorflow as tf namespace
|
H A D | gen-regalloc-eviction-test-model.py | 8 import tensorflow as tf namespace
|
H A D | gen-regalloc-priority-test-model.py | 9 import tensorflow as tf namespace
|
H A D | gen-inline-oz-test-model.py | 12 import tensorflow as tf namespace
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | block-id.mm | 10 int tf() { function
|
/llvm-project/clang/test/CXX/module/module.interface/ |
H A D | p5.cpp | 22 template<typename> using tf = c; // expected-note {{target}} typedef 43 template<typename> using tf = c; // expected-note {{target}} typedef
|
/llvm-project/clang/test/Sema/ |
H A D | riscv-fp16.c | 12 typedef void(*tf) (__fp16); // expected-error {{parameters cannot have __fp16 type; did you forget… typedef
|
H A D | fp16-sema.c | 11 typedef void(*tf) (__fp16); // expected-error {{parameters cannot have __fp16 type; did you forget… typedef
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/ |
H A D | p4.cpp | 7 void tf() { in tf() function
|
/llvm-project/clang/test/Index/ |
H A D | file-refs.cpp | 28 T tf(T t) { in tf() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-large-by-value-copy.cpp | 42 void tf(TS<size> ts) {} // expected-warning {{ts' is a large (300 bytes) pass-by-value argument}} in tf() function
|
H A D | warn-unused-filescoped.cpp | 69 void tf() {} // expected-warning{{unused function template 'tf'}} in tf() function 70 template <> void tf<int>() {} // expected-warning{{unused function 'tf<int>'}} in tf() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | ibm128-declarations.cpp | 71 T1<__ibm128> tf; in main() local
|
H A D | visibility-inlines-hidden.cpp | 166 template <typename T> void tf() {} in tf() function
|
/llvm-project/openmp/libompd/src/ |
H A D | TargetValue.h | 41 static thread_local TTypeFactory tf = TTypeFactory(); variable
|
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
H A D | F_nullptr.pass.cpp | 167 TestFn tf = nullptr; in test_imp() local 172 TestFn tf = Creator<TestFn>::create(); in test_imp() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | definitions-in-headers.hpp | 82 T tf() { // OK: template function definition. in tf() function
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | constructor-template.cpp | 114 X5<X6> tf; in test_X5_X6() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorTranspose.cpp | 232 Value tf = createUnpackHiPs(b, vs[0xe], vs[0xf], 512); in transposeToShuffle16x16() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 856 TransferFunctions tf(vals, cfg, block, ac, classification, handler); in runOnBlock() local
|