Home
last modified time | relevance | path

Searched defs:vals (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DLogging.h34 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 Darray-struct-region.c98 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 Drandom.pass.cpp96 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 Derase_if.pass.cpp24 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 Derase_if.pass.cpp24 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 Derase_if.pass.cpp26 M make (Init vals) in make()
35 void test0(Init vals, Pred p, Init expected, size_t expected_erased_count) { in test0()
H A Dcontains.pass.cpp21 V vals[] = {args...}; in test() local
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.map/
H A Derase_if.pass.cpp25 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 Derase_if.pass.cpp25 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 Derase_if.pass.cpp26 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 Dcontains.pass.cpp21 V vals[] = {args...}; in test() local
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DEndianStream.h45 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write()
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp48 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 Dast-dump-stmt-json.cpp107 int vals[10]; in TestIteration() local
/llvm-project-15.0.7/clang/lib/Analysis/
H A DUninitializedValues.cpp121 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 DLiveVariables.cpp599 LiveVariables::LivenessValues vals = blocksEndToLiveness[*it]; in dumpBlockLiveness() local
/llvm-project-15.0.7/llvm/utils/
H A Dextract_symbols.py441 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 DSValBuilder.h241 NonLoc makeCompoundVal(QualType type, llvm::ImmutableList<SVal> vals) { in makeCompoundVal()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp272 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 DSCFToControlFlow.cpp437 SmallVector<Value> vals; in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DLoops.cpp32 ArrayRef<Value> vals) { in makeCanonicalAffineApplies()
H A DVectorization.cpp1288 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 Doutput_test_helper.cc270 auto vals = SplitCsv_(entry_csv_line); in SetValues_() local
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp1025 ValueRange vals) { in insertYieldOp()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp754 llvm::ImmutableList<SVal> vals = getBasicVals().getEmptySValList(); in VisitInitListExpr() local

12