OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToBool
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
conditional-expr.cpp
7
struct
ToBool
{ explicit operator bool(); };
65
int i1 =
ToBool
() ? 0 : 1;
/external/v8/src/
runtime.h
98
F(
ToBool
, 1, 1) \
Completed in 33 milliseconds