OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canLipoType
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Driver/
Types.h
55
///
canLipoType
- Is this type acceptable as the output of a
58
bool
canLipoType
(ID Id);
/external/clang/lib/Driver/
Types.cpp
73
bool types::
canLipoType
(ID Id) {
Driver.cpp
898
if (Archs.size() > 1 && !types::
canLipoType
(Act->getType()))
[
all
...]
Completed in 105 milliseconds