| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | c-index-api-loadTU-test.m | 82 // CHECK: c-index-api-loadTU-test.m:6:29: TypeRef=id:0:0 Extent=[6:29 - 6:31] 86 // CHECK: c-index-api-loadTU-test.m:8:47: TypeRef=id:0:0 Extent=[8:47 - 8:49] 88 // CHECK: c-index-api-loadTU-test.m:9:22: UnexposedAttr= Extent=[9:22 - 9:32] 113 // CHECK: c-index-api-loadTU-test.m:46:42: CompoundStmt= Extent=[46:42 - 55:2] 114 // CHECK: c-index-api-loadTU-test.m:47:2: DeclStmt= Extent=[47:2 - 47:12] 117 // CHECK: c-index-api-loadTU-test.m:48:2: DeclStmt= Extent=[48:2 - 48:19] 119 // CHECK: c-index-api-loadTU-test.m:48:2: TypeRef=id:0:0 Extent=[48:2 - 48:4] 123 // CHECK: c-index-api-loadTU-test.m:49:2: DeclStmt= Extent=[49:2 - 49:27] 125 // CHECK: c-index-api-loadTU-test.m:49:2: TypeRef=id:0:0 Extent=[49:2 - 49:4] 130 // CHECK: c-index-api-loadTU-test.m:50:2: DeclStmt= Extent=[50:2 - 50:15] [all …]
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/ |
| H A D | genctest.py | 16 self.api = gmpapi 102 ret_ty = self.api.ret_ty 107 if self.api.name.startswith("mpz_"): 154 ret_ty = self.api.ret_ty 162 if self.api.name == "mpq_set_ui": 172 for pos in self.api.out_params: 188 api = self.api 265 for api in gmpapi.apis: 266 if not api.custom_test: 272 for api in gmpapi.apis: [all …]
|
| H A D | gendata.py | 163 def gen_args(api): argument 164 if api.custom_test or api.name in custom: 165 return custom[api.name](api) 166 types = api.params 253 def mpz_export_data(api): argument 275 def mpz_sizeinbase_data(api): argument 294 def mpz_get_str_data(api): argument 298 def mpq_get_str_data(api): argument 302 def mpq_set_str_data(api): argument 386 for api in apis: [all …]
|
| H A D | genpytest.py | 124 for api in gmpapi.apis: 125 outf.write(' "{}" : {},\n'.format(api.name, "test_" + api.name)) 134 for api in gmpapi.apis: 135 if not api.custom_test: 136 print_api(api.name, outf)
|
| H A D | runtest.py | 42 api = gmpapi.get_api(name) 45 if len(api.params) != len(input_args): 47 len(api.params), len(input_args))) 50 for i in range(len(api.params)): 51 param = api.params[i]
|
| H A D | README | 44 gmp api. To test our compatibility layer we generate inputs for each 45 gmp api that we wrap and then call the gmp version of the api and 78 single description of each api that is used to generate the following: 103 contains a list of all apis that will be tested. Adding an api to the 104 apis list will cause code and input data to be generated for that api.
|
| /llvm-project-15.0.7/llvm/test/Transforms/Internalize/ |
| H A D | comdat.ll | 1 …e=x86_64 -internalize -internalize-public-api-list main -internalize-public-api-list c1 -internali… 2 ; RUN: -internalize-public-api-list c3 -internalize-public-api-list c4 -S | FileCheck %s --check-… 3 …-windows -internalize -internalize-public-api-list main -internalize-public-api-list c1 -internali… 4 ; RUN: -internalize-public-api-list c3 -internalize-public-api-list c4 -S | FileCheck %s --check-… 5 …e=wasm32 -internalize -internalize-public-api-list main -internalize-public-api-list c1 -internali… 6 ; RUN: -internalize-public-api-list c3 -internalize-public-api-list c4 -S | FileCheck %s --check-…
|
| H A D | lists.ll | 6 ; RUN: opt < %s -internalize -internalize-public-api-file /nonexistent/file 2> /dev/null -S | FileC… 9 ; RUN: opt < %s -internalize -internalize-public-api-list foo -internalize-public-api-list j -S | F… 11 … < %s -S -internalize -internalize-public-api-list bar -internalize-public-api-list foo -internali… 14 ; RUN: opt < %s -internalize -internalize-public-api-list bar -internalize-public-api-file %S/apifi…
|
| /llvm-project-15.0.7/libc/test/src/ |
| H A D | CMakeLists.txt | 74 # Generate api test souce code. 80 ${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/api.td 88 libc-api-test 95 libc-api-test 99 target_link_libraries(libc-api-test llvmlibc) 104 libc-api-test BEFORE 110 libc-api-test 115 libc-api-test 126 libc-api-test-tidy 140 add_dependencies(libc-api-test libc-api-test-tidy) [all …]
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | hip-launch-api.hip | 4 // By default FE assumes -fhip-new-launch-api. 8 // NEW: "-fhip-new-launch-api" 11 // RUN: -fhip-new-launch-api 2>&1 | FileCheck -check-prefixes=NEW %s 12 // NEW: "-fhip-new-launch-api" 15 // RUN: -fno-hip-new-launch-api 2>&1 | FileCheck -check-prefixes=OLD %s 16 // OLD-NOT: "-fhip-new-launch-api"
|
| /llvm-project-15.0.7/llvm/utils/phabricator/ |
| H A D | 0001-Fix-PHP-8.1-incompatibility-with-arc-patch-D-12345.patch | 11 …phacility#1 preg_match(string, NULL, NULL) called at [<arcanist>/src/repository/api/ArcanistGitAPI… 12 …itAPI::getCanonicalRevisionName(NULL) called at [<arcanist>/src/repository/api/ArcanistGitAPI.php:… 24 src/repository/api/ArcanistGitAPI.php | 3 ++- 54 diff --git a/src/repository/api/ArcanistGitAPI.php b/src/repository/api/ArcanistGitAPI.php 56 --- a/src/repository/api/ArcanistGitAPI.php 57 +++ b/src/repository/api/ArcanistGitAPI.php
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Native/ |
| H A D | pdb-native-compilands.test | 57 BIGREAD: Import:api-ms-win-crt-stdio-l1-1-0.dll 58 BIGREAD: api-ms-win-crt-stdio-l1-1-0.dll 59 BIGREAD: Import:api-ms-win-crt-runtime-l1-1-0.dll 60 BIGREAD: api-ms-win-crt-runtime-l1-1-0.dll 61 BIGREAD: Import:api-ms-win-crt-math-l1-1-0.dll 62 BIGREAD: api-ms-win-crt-math-l1-1-0.dll 63 BIGREAD: Import:api-ms-win-crt-locale-l1-1-0.dll 64 BIGREAD: api-ms-win-crt-locale-l1-1-0.dll 65 BIGREAD: Import:api-ms-win-crt-heap-l1-1-0.dll 66 BIGREAD: api-ms-win-crt-heap-l1-1-0.dll
|
| /llvm-project-15.0.7/lldb/test/API/ |
| H A D | CMakeLists.txt | 1 add_custom_target(lldb-api-test-deps) 2 add_dependencies(lldb-api-test-deps lldb-test-depends) 6 DEPENDS lldb-api-test-deps) 177 DEPENDS lldb-api-test-deps) 184 DEPENDS lldb-api-test-deps) 191 DEPENDS lldb-api-test-deps) 193 add_lit_testsuite(check-lldb-api "Running lldb api test suite" 196 DEPENDS lldb-api-test-deps)
|
| H A D | lit.site.cfg.py.in | 35 config.lldb_module_cache = os.path.join("@LLDB_TEST_MODULE_CACHE_LLDB@", "lldb-api") 36 config.clang_module_cache = os.path.join("@LLDB_TEST_MODULE_CACHE_CLANG@", "lldb-api")
|
| /llvm-project-15.0.7/llvm/docs/GlobalISel/ |
| H A D | Porting.rst | 10 * :ref:`RegisterBankInfo <api-registerbankinfo>` --- describe 13 * :ref:`LegalizerInfo <api-legalizerinfo>` --- describe what is legal, and how 15 * :ref:`InstructionSelector <api-instructionselector>` --- select generic MIR
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/ |
| H A D | unix.API.rst | 3 :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#unix-api 9 … Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#unix-api>`_
|
| H A D | osx.API.rst | 3 :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#osx-api 9 …g Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#osx-api>`_
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | APFloat.cpp | 2481 APInt api = Val; in convertFromAPInt() local 2486 api = -api; in convertFromAPInt() 2531 api = -api; in convertFromZeroExtendedInteger() 3387 APInt api = bitcastToAPInt(); in convertToFloat() local 3388 return api.bitsToFloat(); in convertToFloat() 3394 APInt api = bitcastToAPInt(); in convertToDouble() local 3395 return api.bitsToDouble(); in convertToDouble() 3406 uint64_t i1 = api.getRawData()[0]; in initFromF80LongDoubleAPInt() 3495 uint64_t i = *api.getRawData(); in initFromDoubleAPInt() 3613 return initFromHalfAPInt(api); in initFromAPInt() [all …]
|
| /llvm-project-15.0.7/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_static.cpp | 177 #define ITT_STUB(api, type, name, args, params, ptr, group, format) \ argument 178 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init)) args; \ 179 typedef type api ITT_JOIN(_N_(name), _t) args; \ 183 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init)) args { \ 194 #define ITT_STUBV(api, type, name, args, params, ptr, group, format) \ argument 195 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init)) args; \ 196 typedef type api ITT_JOIN(_N_(name), _t) args; \ 200 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init)) args { \ 216 #define ITT_STUB(api, type, name, args, params, ptr, group, format) \ argument 217 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init)) args; \ [all …]
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | CMakeLists.txt | 46 derived-api.cpp 61 io-api.cpp
|
| /llvm-project-15.0.7/libc/cmake/modules/ |
| H A D | LLVMLibCHeaderRules.cmake | 101 ${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/api.td 105 ${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/api.td
|
| /llvm-project-15.0.7/libc/test/utils/tools/WrapperGen/ |
| H A D | CMakeLists.txt | 8 --api=${LIBC_SOURCE_DIR}/test/utils/tools/WrapperGen/testapi.td
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | cocoa-api-usage.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc %s -fsyntax-only -Wobjc-cocoa-api -veri… 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc %t.m -fixit -Wobjc-cocoa-api
|
| H A D | cocoa-api-usage.m.fixed | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc %s -fsyntax-only -Wobjc-cocoa-api -veri… 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc %t.m -fixit -Wobjc-cocoa-api
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 555 void initFromAPInt(const fltSemantics *Sem, const APInt &api); 556 void initFromHalfAPInt(const APInt &api); 557 void initFromBFloatAPInt(const APInt &api); 558 void initFromFloatAPInt(const APInt &api); 559 void initFromDoubleAPInt(const APInt &api); 560 void initFromQuadrupleAPInt(const APInt &api); 561 void initFromF80LongDoubleAPInt(const APInt &api); 562 void initFromPPCDoubleDoubleAPInt(const APInt &api);
|