OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FEATURE
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
X86.cpp
1
//===--- X86.cpp - Implement X86 target
feature
support -------------------===//
28
#define TARGET_BUILTIN(ID, TYPE, ATTRS,
FEATURE
) \
29
{#ID, TYPE, ATTRS, nullptr, ALL_LANGUAGES,
FEATURE
},
30
#define TARGET_HEADER_BUILTIN(ID, TYPE, ATTRS, HEADER, LANGS,
FEATURE
) \
31
{#ID, TYPE, ATTRS, HEADER, LANGS,
FEATURE
},
36
#define TARGET_BUILTIN(ID, TYPE, ATTRS,
FEATURE
) \
37
{#ID, TYPE, ATTRS, nullptr, ALL_LANGUAGES,
FEATURE
},
38
#define TARGET_HEADER_BUILTIN(ID, TYPE, ATTRS, HEADER, LANGS,
FEATURE
) \
39
{#ID, TYPE, ATTRS, HEADER, LANGS,
FEATURE
},
169
for (const auto &
Feature
: Features)
[
all
...]
/src/external/bsd/jemalloc.old/dist/scripts/
gen_travis.py
69
FEATURE
= auto()
93
return Option(Option.Type.
FEATURE
, value)
178
features = [x.value for x in combination if x.type == Option.Type.
FEATURE
]
193
features_str = ' '.join([' {}=yes'.format(
feature
) for
feature
in features])
/src/external/bsd/jemalloc/dist/scripts/
gen_gh_actions.py
40
FEATURE
= auto()
64
return Option(Option.Type.
FEATURE
, value)
76
Option.Type.
FEATURE
: '
FEATURE
'
157
features = [x.value for x in combination if x.type == Option.Type.
FEATURE
]
182
for
feature
in features:
183
env_dict[
feature
] = 'yes'
gen_travis.py
69
FEATURE
= auto()
93
return Option(Option.Type.
FEATURE
, value)
105
Option.Type.
FEATURE
: '
FEATURE
'
189
features = [x.value for x in combination if x.type == Option.Type.
FEATURE
]
204
features_str = ' '.join([' {}=yes'.format(
feature
) for
feature
in features])
/src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp
556
for (StringRef
Feature
: LangOpts.ModuleFeatures)
557
Out.indent(6) <<
Feature
<< "\n";
917
#define
FEATURE
(Name, Predicate) \
921
#undef
FEATURE
Completed in 22 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026