OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLayoutIdentical
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
DerivedTypes.h
281
///
isLayoutIdentical
- Return true if this is layout identical to the
283
bool
isLayoutIdentical
(StructType *Other) const;
/external/llvm/lib/IR/
Type.cpp
604
///
isLayoutIdentical
- Return true if this is layout identical to the
606
bool StructType::
isLayoutIdentical
(StructType *Other) const {
/external/clang/lib/CodeGen/
CGExprConstant.cpp
532
if (ValSTy->
isLayoutIdentical
(STy))
[
all
...]
Completed in 757 milliseconds