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
54
///
canLipoType
- Is this type acceptable as the output of a
57
bool
canLipoType
(ID Id);
/external/clang/lib/Driver/
Types.cpp
67
bool types::
canLipoType
(ID Id) {
Driver.cpp
924
if (Archs.size() > 1 && !types::
canLipoType
(Act->getType())
[
all
...]
Completed in 78 milliseconds