Home
last modified time | relevance | path

Searched defs:coin (Results 1 – 19 of 19) sorted by relevance

/llvm-project/clang/test/Analysis/html_diagnostics/relevant_lines/
H A Dunused_header.c3 int f(int coin) { in f()
12 int v(int coin) { in v()
H A Dmultifile.c3 int f(int coin) { in f()
H A Dsimple_conditional.c1 int f(int coin) { in f()
H A Dmacros_same_file.c3 int f(int coin) { in f()
H A Dmultiline_func_def.c2 int coin, in f()
/llvm-project/clang/test/Analysis/inlining/
H A Dinline-defensive-checks.c205 int *idcPlainNull(int coin) { in idcPlainNull()
212 void idcTrackZeroValueThroughSymbolicRegion(int coin, int **x) { in idcTrackZeroValueThroughSymbolicRegion()
217 void idcTrackZeroValueThroughSymbolicRegionAndParens(int coin, int **x) { in idcTrackZeroValueThroughSymbolicRegionAndParens()
230 struct WithArray *idcPlainNullWithArray(int coin) { in idcPlainNullWithArray()
237 void idcTrackZeroValueThroughSymbolicRegionWithArray(int coin, struct WithArray **s) { in idcTrackZeroValueThroughSymbolicRegionWithArray()
H A Dtemp-dtors-path-notes.cpp32 void test(int coin) { in test()
/llvm-project/clang/test/Analysis/
H A Dnull-deref-offsets.c10 void testOffsets(struct S *s, int coin) { in testOffsets()
H A Dmalloc-static-storage.cpp11 void conditional_malloc(bool coin) { in conditional_malloc()
H A Dcfg-rich-constructors.cpp152 void simpleVariableWithTernaryOperator(bool coin) { in simpleVariableWithTernaryOperator()
219 void referenceVariableWithTernaryOperator(bool coin) { in referenceVariableWithTernaryOperator()
673 void referenceVariableWithTernaryOperator(bool coin) { in referenceVariableWithTernaryOperator()
H A Dinitializers-cfg-output.cpp293 TestMoreControlFlow::TestMoreControlFlow(bool coin) in TestMoreControlFlow()
H A Dlifetime-extension.cpp106 void f3(bool coin) { in f3()
119 void f4(bool coin) { in f4()
H A Doperator-calls.cpp84 void test(int coin) { in test()
H A Dtemporaries.cpp720 void test(int coin) { in test()
791 void test_ternary_temporary(int coin) { in test_ternary_temporary()
825 void test_ternary_temporary_with_copy(int coin) { in test_ternary_temporary_with_copy()
905 void test(int coin) { in test()
1222 S bar3(int coin) { in bar3()
H A Dgcdantipatternchecker_test.m29 int coin(void); function
H A Dtemp-obj-dtors-cfg-output.cpp221 const C &bar3(bool coin) { in bar3()
H A Dcopy-elision.cpp110 void foo(int coin) { in foo() argument
/llvm-project/clang/test/Analysis/diagnostics/
H A Dno-store-func-path-notes.m5 extern int coin(void); function
/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp529 uint64_t coin = uniform<uint64_t>(IB.Rand, 0, 1); in connectBlocksToSink() local