Home
last modified time | relevance | path

Searched defs:VariableInfo (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DAutoInitRemark.h65 struct VariableInfo { struct
66 Optional<StringRef> Name;
67 Optional<uint64_t> Size;
68 bool isEmpty() const { return !Name && !Size; } in isEmpty()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/APINotes/
H A DTypes.h312 VariableInfo() : CommonEntityInfo(), NullabilityAudited(false), Nullable(0) {} in VariableInfo() function