OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:"foo bar"
(Results
376 - 400
of
511
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/CodeGen/
2006-05-19-SingleEltReturn.c
18
struct Y
bar
() {
function
arm-asm-variable.c
arm-byval-align.c
cfi-icall-cross-dso.c
20
void
bar
() { foo(); }
function
/external/clang/test/CodeGenCXX/
PR6474.cpp
11
template <typename T> void X<T>::
bar
() {}
function in class:test0::X
15
template <> void X<char>::
bar
() {}
function in class:test0::X
26
template <typename T> void X<T>::
bar
() {}
function in class:test1::X
debug-info-class-nolimit.cpp
/external/clang/test/CoverageMapping/
switch.c
test.c
/external/clang/test/OpenMP/
sections_codegen.cpp
13
void
bar
() {};
function
/external/clang/test/PCH/
captured-stmt.cpp
/external/clang/test/Parser/
cxx1z-attributes.cpp
/external/clang/test/Preprocessor/
macro_paste_msextensions.c
31
#define
bar
macro
/external/clang/test/Sema/
predefined-function.c
19
int
bar
(int i) \/\/ expected-note {{previous definition is here}}
function
template-specialization.cpp
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
divides.pass.cpp
36
constexpr int
bar
= std::divides<> () (3.0, 2);
local
minus.pass.cpp
36
constexpr int
bar
= std::minus<> () (3.0, 2);
local
modulus.pass.cpp
36
constexpr int
bar
= std::modulus<> () (3L, 2);
local
multiplies.pass.cpp
36
constexpr int
bar
= std::multiplies<> () (3.0, 2);
local
negate.pass.cpp
35
constexpr int
bar
= std::negate<> () (3.0);
local
plus.pass.cpp
36
constexpr int
bar
= std::plus<> () (3.0, 2);
local
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/
bit_and.pass.cpp
56
constexpr int
bar
= std::bit_and<> () (0x58D3L, 0xEA95);
local
bit_not.pass.cpp
44
constexpr int
bar
= std::bit_not<> () (0xEA95) & 0xFFFF;
local
bit_or.pass.cpp
56
constexpr int
bar
= std::bit_or<> () (0x58D3L, 0xEA95);
local
bit_xor.pass.cpp
59
constexpr int
bar
= std::bit_xor<> () (0x58D3L, 0xEA95);
local
/external/libcxx/test/std/utilities/function.objects/comparisons/
equal_to.pass.cpp
38
constexpr bool
bar
= std::equal_to<> () (36.0, 36);
local
Completed in 2907 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>