OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:type_if
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/INPUTS/
c99-intconst-1.c
26
#define
type_if
(T, E) type_if_not(T, !(E))
macro
41
#define first_of2p(T1, E1, T2, E2) type_comb2(
type_if
(T1, (E1)), \
42
type_if
(T2, (!(E1) && (E2))))
45
type_comb3(
type_if
(T1, (E1)), \
46
type_if
(T2, (!(E1) && (E2))), \
47
type_if
(T3, (!(E1) && !(E2) && (E3))))
51
type_comb4(
type_if
(T1, (E1)), \
52
type_if
(T2, (!(E1) && (E2))), \
53
type_if
(T3, (!(E1) && !(E2) && (E3))), \
54
type_if
(T4, (!(E1) && !(E2) && !(E3) && (E4)))
[
all
...]
/src/external/bsd/kyua-cli/dist/utils/text/
templates.cpp
78
type_if
,
enumerator in enum:__anon7014::statement_def::statement_type
132
"if", type_descriptor(
type_if
, 1)));
357
case statement_def::
type_if
: {
422
case statement_def::
type_if
:
Completed in 30 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026