| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Logging.h | 34 static void debug(const char *fmt, Ts &&...vals) { in debug() 38 static void info(const char *fmt, Ts &&...vals) { in info() 42 static void error(const char *fmt, Ts &&...vals) { in error()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | array-struct-region.c | 98 int vals[10]; in testSymbolicInvalidation() local 110 int vals[10]; in testConcreteInvalidation() local 128 S vals[10]; in testSymbolicInvalidationStruct() local 140 S vals[10]; in testConcreteInvalidationStruct() local 156 SS vals; in testSymbolicInvalidationDoubleStruct() local 171 SS vals; in testConcreteInvalidationDoubleStruct() local 198 SS vals; in testNonOverlappingStructFieldsSymbolicBase() local 214 SS vals[4]; in testStructFieldChains() local 239 SS vals[4]; in testStructFieldChainsNested() local 326 SS vals; in testMixSymbolicAndConcrete() local [all …]
|
| /llvm-project-15.0.7/libcxx/test/libcxx/fuzzing/ |
| H A D | random.pass.cpp | 96 auto vals = GetValues<double>(data, size); in Create() local 112 auto vals = GetValues<double>(data, size); in Create() local 128 auto vals = GetValues<ResultT>(data, size); in Create() local 144 auto vals = GetValues<double>(data, size); in Create() local
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.erasure/ |
| H A D | erase_if.pass.cpp | 24 M make (Init vals) in make() 33 void test0(Init vals, Pred p, Init expected, size_t expected_erased_count) { in test0()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.erasure/ |
| H A D | erase_if.pass.cpp | 24 M make (Init vals) in make() 33 void test0(Init vals, Pred p, Init expected, size_t expected_erased_count) { in test0()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.set/ |
| H A D | erase_if.pass.cpp | 26 M make (Init vals) in make() 35 void test0(Init vals, Pred p, Init expected, size_t expected_erased_count) { in test0()
|
| H A D | contains.pass.cpp | 21 V vals[] = {args...}; in test() local
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.map/ |
| H A D | erase_if.pass.cpp | 25 M make (Init vals) in make() 34 void test0(Init vals, Pred p, Init expected, size_t expected_erased_count) { in test0()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multimap/ |
| H A D | erase_if.pass.cpp | 25 M make (Init vals) in make() 34 void test0(Init vals, Pred p, Init expected, size_t expected_erased_count) { in test0()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multiset/ |
| H A D | erase_if.pass.cpp | 26 M make (Init vals) in make() 35 void test0(Init vals, Pred p, Init expected, size_t expected_erased_count) { in test0()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/set/ |
| H A D | contains.pass.cpp | 21 V vals[] = {args...}; in test() local
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | EndianStream.h | 45 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write()
|
| /llvm-project-15.0.7/mlir/lib/Interfaces/ |
| H A D | InferTypeOpInterface.cpp | 48 ArrayRef<int64_t> vals = t.cast<ShapedType>().getShape(); in getDims() local 57 auto vals = val.get<ShapedTypeComponents *>()->getDims(); in getDims() local
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-stmt-json.cpp | 107 int vals[10]; in TestIteration() local
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 121 SmallVector<ValueVector, 8> vals; member in __anon812707660211::CFGBlockValues 466 CFGBlockValues &vals; member in __anon812707660511::TransferFunctions 475 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, in TransferFunctions() 843 AnalysisDeclContext &ac, CFGBlockValues &vals, in runOnBlock() 923 CFGBlockValues vals(cfg); in runUninitializedVariablesAnalysis() local
|
| H A D | LiveVariables.cpp | 599 LiveVariables::LivenessValues vals = blocksEndToLiveness[*it]; in dumpBlockLiveness() local
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | extract_symbols.py | 441 vals = [(get_symbols, should_keep_symbol, calling_convention_decoration, x) for x in libs] variable
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SValBuilder.h | 241 NonLoc makeCompoundVal(QualType type, llvm::ImmutableList<SVal> vals) { in makeCompoundVal()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | AffineStructures.cpp | 272 unsigned FlatAffineValueConstraints::appendDimVar(ValueRange vals) { in appendDimVar() 278 unsigned FlatAffineValueConstraints::appendSymbolVar(ValueRange vals) { in appendSymbolVar() 285 ValueRange vals) { in insertDimVar() 290 ValueRange vals) { in insertSymbolVar() 307 ValueRange vals) { in insertVar()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SCFToControlFlow/ |
| H A D | SCFToControlFlow.cpp | 437 SmallVector<Value> vals; in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Loops.cpp | 32 ArrayRef<Value> vals) { in makeCanonicalAffineApplies()
|
| H A D | Vectorization.cpp | 1288 static void bindShapeDims(ShapedType shapedType, IntTy &val, IntTy2 &...vals) { in bindShapeDims() 1295 static void bindShapeDims(ShapedType shapedType, IntTy &...vals) { in bindShapeDims()
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | output_test_helper.cc | 270 auto vals = SplitCsv_(entry_csv_line); in SetValues_() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Utils/ |
| H A D | Merger.cpp | 1025 ValueRange vals) { in insertYieldOp()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 754 llvm::ImmutableList<SVal> vals = getBasicVals().getEmptySValList(); in VisitInitListExpr() local
|