OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:and_or
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/expr/expr.const/
p2-0x.cpp
19
struct
and_or
{
struct
20
static const bool and_value = b &&
and_or
<always_false<b>::value>::and_value;
21
static const bool or_value = !b ||
and_or
<always_false<b>::value>::or_value;
24
static const bool and_value =
and_or
<true>::and_value;
25
static const bool or_value =
and_or
<true>::or_value;
/external/bison/lib/
bbitset.h
141
void (*
and_or
) (bitset, bitset, bitset, bitset);
member in struct:bitset_vtable
248
(SRC1)->b.vtable->
and_or
(DST, SRC1, SRC2, SRC3)
Completed in 249 milliseconds