| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | memset-invalid-1.c | 11 incomplete query = 0; in mt_query_for_domain() local 12 …memset(query, 0, sizeof(query)); // expected-warning {{'memset' call operates on objects of type '… in mt_query_for_domain()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-query/tool/ |
| H A D | CMakeLists.txt | 3 add_clang_tool(clang-query 6 clang_target_link_libraries(clang-query 16 target_link_libraries(clang-query
|
| /llvm-project-15.0.7/polly/www/ |
| H A D | menu.html.incl | 75 …"https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20rss%20where%20url%3D%22http%3A%2F… 79 for (var i = 0; i < res.query.count; i++) { 80 var it = res.query.results.item[i]; 83 str = str + "<span class=\"rss-title\">" + res.query.results.item[i].title + "</span> "; 93 …"https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20rss%20where%20url%3D%22http%3A%2F… 97 for (var i = 0; i < res.query.count; i++) { 98 var it = res.query.results.item[i]; 101 str = str + "<span class=\"rss-title\">" + res.query.results.item[i].title + "</span> ";
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-lto/ |
| H A D | ltomodule.ll | 4 ; RUN: llvm-lto %t.bc -query-hasCtorDtor | FileCheck %s --check-prefixes=POSITIVE 7 ; RUN: llvm-lto %t.bc -query-hasCtorDtor | FileCheck %s --check-prefixes=POSITIVE 10 ; RUN: llvm-lto %t.bc -query-hasCtorDtor | FileCheck %s --check-prefixes=POSITIVE 13 ; RUN: llvm-lto %t.bc -query-hasCtorDtor | FileCheck %s --check-prefixes=NEGATIVE
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | 2008-05-07-CrazyOffsetOf.cpp | 6 char * query; member 8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10;
|
| /llvm-project-15.0.7/mlir/test/Interfaces/DataLayoutInterfaces/ |
| H A D | types.mlir | 1 // RUN: mlir-opt --split-input-file --verify-diagnostics --test-data-layout-query %s | FileCheck %s 41 func.func @query() { 52 func.func @query() {
|
| H A D | module.mlir | 1 // RUN: mlir-opt --test-data-layout-query %s | FileCheck %s
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-query/tool/ |
| H A D | BUILD.gn | 1 executable("clang-query") { 4 "//clang-tools-extra/clang-query",
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | property-8.m | 65 @property(readwrite, retain) _XCOQQuery *query; 69 @synthesize query = _query; 72 [self.query removeObserver: self forKeyPath: @"matches"];
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | DataLayout.md | 20 Built-in types are handled specially to decrease the overall query cost. 65 objects allow one to interface with the data layout infrastructure and query 108 must go through the supplied `DataLayout` object for any recursive query. This 132 handling a data layout property query, a type class will be supplied with _all_ 169 access to the operation in the scope of which the query is handled and should 193 The overall flow of a data layout property query is as follows. 198 2. The user calls `DataLayout::query(Type ty)`. 201 4. Otherwise, the query is handed down by `DataLayout` to the closest layout 203 is forwarded to`DataLayoutOpInterface::query(ty, *this, relevantEntries)` 208 5. Unless the `query` hook is reimplemented by the op interface, the query is [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVAvailability.td | 29 // The following are fields for controlling the query function signature. 31 // The query function's return type in the generated C++ OpInterface subclass. 33 // The query function's name in the generated C++ OpInterface subclass. 36 // The following are fields for controlling the query function implementation.
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-query/ |
| H A D | BUILD.gn | 6 "//clang-tools-extra/clang-query", 16 include_dirs = [ "//clang-tools-extra/clang-query" ]
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-include-fixer/ |
| H A D | FuzzySymbolIndexTests.cpp | 44 auto QueryRegexp = [](const std::string &query) { in TEST() argument 45 return FuzzySymbolIndex::queryRegexp(FuzzySymbolIndex::tokenize(query)); in TEST()
|
| /llvm-project-15.0.7/llvm/utils/git/ |
| H A D | pre-push.py | 69 query = input('%s (y/N): ' % (prompt)) 70 if query.lower() not in ['y', 'n', '']: 73 return query.lower() == 'y'
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | CFLSteensAliasAnalysis.h | 69 AliasResult query(const MemoryLocation &LocA, const MemoryLocation &LocB); 84 AliasResult QueryResult = query(LocA, LocB); in alias()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 552 actually did get resolved during query function calls. 561 in query results. 566 in query results. 571 located in query results. 576 in query results. 581 was located in query results. 585 Set when line entry is requested from a query, or was 586 located in query results. 591 in query results 596 symbol context query. [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/remote-index/ |
| H A D | public-log.test | 15 {"jsonrpc":"2.0","id":1,"method":"workspace/symbol","params":{"query":"gFoo"}} 17 # LOG-ALL: query: "gFoo"
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/ |
| H A D | AffineMemoryOpInterfaces.td | 20 Interface to query characteristics of read-like ops with affine 86 Interface to query characteristics of write-like ops with affine 153 Interface to query the AffineMap used to dereference and access a given
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | RegionKindInterface.td | 9 // This file contains a set of interfaces to query the properties of regions 19 // OpInterface to query the properties of regions in an operation
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-query/ |
| H A D | CMakeLists.txt | 7 ${CMAKE_CURRENT_SOURCE_DIR}/../../clang-query
|
| /llvm-project-15.0.7/polly/test/ScopInliner/ |
| H A D | ignore-declares.ll | 5 ; declarations and not try to query for domtree.
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-query/ |
| H A D | BUILD.gn | 1 static_library("clang-query") {
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/ |
| H A D | CMakeLists.txt | 13 add_subdirectory(clang-query)
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/unittests/ |
| H A D | BUILD.gn | 11 "clang-query:ClangQueryTests",
|
| /llvm-project-15.0.7/clang-tools-extra/clang-query/ |
| H A D | QuerySession.h | 21 namespace query {
|