Home
last modified time | relevance | path

Searched refs:api (Results 1 – 25 of 83) sorted by relevance

1234

/llvm-project-15.0.7/clang/test/Index/
H A Dc-index-api-loadTU-test.m82 // 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 Dgenctest.py16 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 Dgendata.py163 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 Dgenpytest.py124 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 Druntest.py42 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 DREADME44 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 Dcomdat.ll1 …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 Dlists.ll6 ; 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 DCMakeLists.txt74 # 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 Dhip-launch-api.hip4 // 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 D0001-Fix-PHP-8.1-incompatibility-with-arc-patch-D-12345.patch11 …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 Dpdb-native-compilands.test57 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 DCMakeLists.txt1 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 Dlit.site.cfg.py.in35 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 DPorting.rst10 * :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 Dunix.API.rst3 :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 Dosx.API.rst3 :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 DAPFloat.cpp2481 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 Dittnotify_static.cpp177 #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 DCMakeLists.txt46 derived-api.cpp
61 io-api.cpp
/llvm-project-15.0.7/libc/cmake/modules/
H A DLLVMLibCHeaderRules.cmake101 ${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 DCMakeLists.txt8 --api=${LIBC_SOURCE_DIR}/test/utils/tools/WrapperGen/testapi.td
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dcocoa-api-usage.m1 // 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 Dcocoa-api-usage.m.fixed1 // 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 DAPFloat.h555 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);

1234