Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 267) sorted by relevance

1234567891011

/llvm-project/clang/test/Analysis/
H A Dnull-deref-path-notes.c14 void f1(char *source) { in f1()
20 void f2(char *source) { in f2()
26 void f3(char *source) { in f3()
33 void f4(char *source) { in f4()
40 void f5(char *source) { in f5()
47 void f6(char *source) { in f6()
/llvm-project/clang/utils/analyzer/projects/
H A Dprojects.json5 "source": "git", string
13 "source": "git", string
21 "source": "git", string
29 "source": "git", string
37 "source": "git", string
45 "source": "git", string
53 "source": "git", string
61 "source": "git", string
69 "source": "git", string
77 "source": "git", string
[all …]
/llvm-project/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Ddeduct.pass.cpp94 std::vector<long double> source; in tests() local
126 std::vector<bool> source; in tests() local
138 std::vector<short, Alloc> source; in tests() local
144 std::vector<short, Alloc> source; in tests() local
150 std::vector<short, Alloc> source; in tests() local
156 std::vector<short, Alloc> source; in tests() local
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Ddeduct.pass.cpp42 const int& source = 5; in main() local
51 const int* source = nullptr; in main() local
60 int source[] = {1, 2, 3}; in main() local
70 std::optional<char> source('A'); in main() local
/llvm-project/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Ddeduct.pass.cpp100 std::deque<long double> source; in main() local
113 std::deque<short, Alloc> source; in main() local
121 std::deque<short, Alloc> source; in main() local
129 std::deque<short, Alloc> source; in main() local
137 std::deque<short, Alloc> source; in main() local
/llvm-project/libcxx/test/std/containers/sequences/list/list.cons/
H A Ddeduct.pass.cpp98 std::list<long double> source; in main() local
110 std::list<short, Alloc> source; in main() local
116 std::list<short, Alloc> source; in main() local
122 std::list<short, Alloc> source; in main() local
128 std::list<short, Alloc> source; in main() local
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
H A Ddeduct.pass.cpp99 std::forward_list<long double> source; in main() local
111 std::forward_list<short, Alloc> source; in main() local
117 std::forward_list<short, Alloc> source; in main() local
123 std::forward_list<short, Alloc> source; in main() local
129 std::forward_list<short, Alloc> source; in main() local
/llvm-project/mlir/lib/Dialect/IRDL/
H A DIRDLSymbols.cpp15 static Operation *lookupDialectOp(Operation *source) { in lookupDialectOp()
29 Operation *source, SymbolRefAttr symbol) { in lookupSymbolNearDialect()
34 Operation *mlir::irdl::lookupSymbolNearDialect(Operation *source, in lookupSymbolNearDialect()
/llvm-project/clang/unittests/Lex/
H A DModuleDeclStateTest.cpp65 getPreprocessor(const char *source, Language Lang) { in getPreprocessor()
109 const char *source = R"( in TEST_F() local
128 const char *source = R"( in TEST_F() local
147 const char *source = R"( in TEST_F() local
166 const char *source = R"( in TEST_F() local
185 const char *source = R"( in TEST_F() local
204 const char *source = R"( in TEST_F() local
222 const char *source = R"( in TEST_F() local
249 const char *source = R"( in TEST_F() local
276 const char *source = R"( in TEST_F() local
[all …]
/llvm-project/libcxx/test/std/containers/associative/multiset/multiset.cons/
H A Ddeduct.pass.cpp91 std::multiset<long> source; in main() local
98 std::multiset<long> source; in main() local
105 std::multiset<long> source; in main() local
173 std::multiset<long> source; in main() local
187 int source[3] = { 3, 4, 5 }; in main() local
194 int source[3] = { 3, 4, 5 }; in main() local
/llvm-project/libcxx/test/std/containers/associative/set/set.cons/
H A Ddeduct.pass.cpp90 std::set<long> source; in main() local
97 std::set<long> source; in main() local
104 std::set<long> source; in main() local
171 std::set<long> source; in main() local
185 int source[3] = { 3, 4, 5 }; in main() local
192 int source[3] = { 3, 4, 5 }; in main() local
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Dcall-args-safe-functions.cpp30 inline Target* dynamicDowncast(Source* source) in dynamicDowncast()
36 inline Target* checkedDowncast(Source* source) in checkedDowncast()
42 inline Target* uncheckedDowncast(Source* source) in uncheckedDowncast()
/llvm-project/lld/test/ELF/
H A Darm-fix-cortex-a8-plt.s29 .global source symbol
31 source: label
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.cons/
H A Ddeduct.pass.cpp70 std::queue<A> source; in main() local
119 std::queue<T, Cont> source; in main() local
125 std::queue<T, Cont> source; in main() local
131 std::queue<T, Cont> source; in main() local
137 std::queue<T, Cont> source; in main() local
/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.cons/
H A Ddeduct.pass.cpp74 std::stack<A> source; in main() local
123 std::stack<T, Cont> source; in main() local
129 std::stack<T, Cont> source; in main() local
135 std::stack<T, Cont> source; in main() local
141 std::stack<T, Cont> source; in main() local
/llvm-project/clang/bindings/python/tests/cindex/
H A Dutil.py18 get_tu(source, lang="c", all_warnings=False, flags=[]) global() argument
45 get_cursor(source, spelling) global() argument
64 get_cursors(source, spelling) global() argument
[all...]
/llvm-project/llvm/lib/Support/
H A DConvertUTF.cpp164 const UTF32* source = *sourceStart; in ConvertUTF32toUTF16() local
213 const UTF16* source = *sourceStart; in ConvertUTF16toUTF32() local
267 const UTF16* source = *sourceStart; in ConvertUTF16toUTF8() local
337 const UTF32* source = *sourceStart; in ConvertUTF32toUTF8() local
397 static Boolean isLegalUTF8(const UTF8 *source, int length) { in isLegalUTF8()
428 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd) { in isLegalUTF8Sequence()
440 unsigned getUTF8SequenceSize(const UTF8 *source, const UTF8 *sourceEnd) { in getUTF8SequenceSize()
449 findMaximalSubpartOfIllFormedUTF8Sequence(const UTF8 *source, in findMaximalSubpartOfIllFormedUTF8Sequence()
555 Boolean isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd) { in isLegalUTF8String()
571 const UTF8* source = *sourceStart; in ConvertUTF8toUTF16() local
[all …]
/llvm-project/flang/unittests/Runtime/
H A DMiscIntrinsic.cpp23 auto source{MakeArray<TypeCategory::Integer, 4>( in TEST() local
37 auto source{MakeArray<TypeCategory::Real, 4>( in TEST() local
57 auto source{MakeArray<TypeCategory::Real, 4>( in TEST() local
75 auto source{Descriptor::Create(TypeCategory::Complex, 4, in TEST() local
/llvm-project/flang/test/Lower/Intrinsics/
H A Dreshape.f905 subroutine reshape_test(x, source, pd, sh, ord) argument
7 integer :: source(:,:,:) local
31 subroutine test_reshape_optional(pad, order, source, shape) argument
34 real :: source(:, :, :) local
/llvm-project/libcxx/test/std/containers/sequences/array/array.creation/
H A Dto_array.pass.cpp59 double source[3] = {4.0, 5.0, 6.0}; in tests() local
68 double source[3] = {4.0, 5.0, 6.0}; in tests() local
77 MoveOnly source[] = {MoveOnly{0}, MoveOnly{1}, MoveOnly{2}}; in tests() local
/llvm-project/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp43 clang_utils::SourceASTWithRecord source; TEST_F() local
70 clang_utils::SourceASTWithRecord source; TEST_F() local
128 clang_utils::SourceASTWithRecord source; TEST_F() local
152 clang_utils::SourceASTWithRecord source; TEST_F() local
176 clang_utils::SourceASTWithRecord source; TEST_F() local
200 clang_utils::SourceASTWithRecord source; TEST_F() local
230 clang_utils::SourceASTWithRecord source; TEST_F() local
255 clang_utils::SourceASTWithRecord source; TEST_F() local
[all...]
/llvm-project/flang/examples/FlangOmpReport/
H A DFlangOmpReportVisitor.cpp75 const CharBlock &source{std::get<0>(c.t).source}; getLocation() local
81 const CharBlock &source{std::get<Verbatim>(o.t).source}; getLocation() local
89 const CharBlock &source{c.source}; getLocation() local
106 const CharBlock &source{std::get<Verbatim>(o.t).source}; getName() local
118 const CharBlock &source{std::get<0>(c.t).source}; getName() local
124 const CharBlock &source{std::get<0>(c.t).source}; getName() local
128 const CharBlock &source{std::get<0>(c.t).source}; getName() local
132 const CharBlock &source{std::get<0>(c.t).source}; getName() local
139 const CharBlock &source{std::get<Verbatim>(c.t).source}; getName() local
153 const CharBlock &source{std::get<0>(std::get<0>(c.t).t).source}; getName() local
[all...]
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp75 struct source { struct
76 source() : i(0) { } in source() function
86 assert(std::fill_n(a, UDI(4), source()) == a + 4); in test_int_array_struct_source() argument
/llvm-project/libcxx/test/std/thread/thread.stoptoken/stopsource/
H A Dcons.copy.pass.cpp27 std::stop_source copy{source}; in main() local
48 std::optional<std::stop_source> source(std::in_place); main() local
[all...]
/llvm-project/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
H A Ddeduct.pass.cpp122 std::unordered_set<int, std::hash<long long>, std::equal_to<>, test_allocator<int>> source; in main() local
129 std::unordered_set<int, std::hash<long long>, std::equal_to<>, test_allocator<int>> source; in main() local
136 std::unordered_set<int, std::hash<long long>, std::equal_to<>, test_allocator<int>> source; in main() local
144 std::unordered_set<int, std::hash<long long>, std::equal_to<>, test_allocator<int>> source; in main() local

1234567891011