OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPodLike
(Results
26 - 30
of
30
) sorted by null
1
2
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
192
template <> struct
isPodLike
<SDValue> { static const bool value = true; };
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SROA.cpp
181
template <typename T> struct
isPodLike
;
182
template <> struct
isPodLike
<Slice> {
[
all
...]
/external/clang/lib/Sema/
SemaType.cpp
252
template <> struct
isPodLike
<AttrAndList> {
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp
500
struct
isPodLike
<ObjCSummaryKey> { static const bool value = true; };
[
all
...]
/external/clang/include/clang/AST/
Type.h
69
struct
isPodLike
<clang::QualType> { static const bool value = true; };
[
all
...]
Completed in 137 milliseconds
1
2