OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LANGS
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Makefile
49
LANGS
=$(POS:%.po=%)
61
-rm -rf $(
LANGS
)
65
$(PYTHON2) $(PYTHON_FLAGS) gen_xmlpool.py $(
LANGS
) > options.h
/external/clang/lib/Basic/
Builtins.cpp
25
#define LANGBUILTIN(ID, TYPE, ATTRS,
LANGS
) \
26
{ #ID, TYPE, ATTRS, nullptr,
LANGS
, nullptr },
27
#define LIBBUILTIN(ID, TYPE, ATTRS, HEADER,
LANGS
) \
28
{ #ID, TYPE, ATTRS, HEADER,
LANGS
, nullptr },
58
bool GnuModeUnsupported = !LangOpts.GNUMode && (BuiltinInfo.
Langs
& GNU_LANG);
60
!LangOpts.MicrosoftExt && (BuiltinInfo.
Langs
& MS_LANG);
61
bool ObjCUnsupported = !LangOpts.ObjC1 && BuiltinInfo.
Langs
== OBJC_LANG;
Completed in 84 milliseconds