Searched defs:odd (Results 1 – 10 of 10) sorted by relevance
/llvm-project/clang/test/Analysis/ |
H A D | NewDelete-path-notes.cpp | 29 void test(Odd *odd) { in test() argument
|
H A D | stl-algorithm-modeling.cpp | 53 bool odd(int i) { return i % 2; } odd() function [all...] |
H A D | stl-algorithm-modeling-aggressive-std-find-modeling.cpp | 58 bool odd(int i) { return i % 2; } odd() function [all...] |
/llvm-project/libcxx/test/std/library/description/conventions/customization.point.object/ |
H A D | niebloid.compile.pass.cpp | 56 auto odd = [](int x) { return x % 2 != 0; }; __anonb1f7d1b80102() variable [all...] |
/llvm-project/libc/AOR_v20.02/math/ |
H A D | v_sinf.c | 45 v_u32_t sign, odd, cmp; in V_NAME() local
|
H A D | v_cosf.c | 46 v_u32_t odd, cmp; in V_NAME() local
|
H A D | v_cos.c | 54 v_u64_t odd, cmp; in V_NAME() local
|
H A D | v_sin.c | 53 v_u64_t sign, odd, cmp; in V_NAME() local
|
/llvm-project/llvm/tools/opt-viewer/ |
H A D | opt-viewer.py | 238 def render_entry(self, r, odd): argument
|
/llvm-project/llvm/unittests/ADT/ |
H A D | IteratorTest.cpp | 416 SmallVector<bool, 6> odd{1, 1, 0, 1, 1, 1}; in TEST() local
|