Home
last modified time | relevance | path

Searched refs:query (Results 1 – 25 of 163) sorted by relevance

1234567

/llvm-project-15.0.7/clang/test/Sema/
H A Dmemset-invalid-1.c11 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 DCMakeLists.txt3 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 Dmenu.html.incl75 …"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 Dltomodule.ll4 ; 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 D2008-05-07-CrazyOffsetOf.cpp6 char * query; member
8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10;
/llvm-project-15.0.7/mlir/test/Interfaces/DataLayoutInterfaces/
H A Dtypes.mlir1 // 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 Dmodule.mlir1 // 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 DBUILD.gn1 executable("clang-query") {
4 "//clang-tools-extra/clang-query",
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty-8.m65 @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 DDataLayout.md20 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 DSPIRVAvailability.td29 // 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 DBUILD.gn6 "//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 DFuzzySymbolIndexTests.cpp44 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 Dpre-push.py69 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 DCFLSteensAliasAnalysis.h69 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 Dpython_api_enums.rst552 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 Dpublic-log.test15 {"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 DAffineMemoryOpInterfaces.td20 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 DRegionKindInterface.td9 // 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 DCMakeLists.txt7 ${CMAKE_CURRENT_SOURCE_DIR}/../../clang-query
/llvm-project-15.0.7/polly/test/ScopInliner/
H A Dignore-declares.ll5 ; declarations and not try to query for domtree.
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-query/
H A DBUILD.gn1 static_library("clang-query") {
/llvm-project-15.0.7/clang-tools-extra/unittests/
H A DCMakeLists.txt13 add_subdirectory(clang-query)
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/unittests/
H A DBUILD.gn11 "clang-query:ClangQueryTests",
/llvm-project-15.0.7/clang-tools-extra/clang-query/
H A DQuerySession.h21 namespace query {

1234567