Searched defs:IsDefined (Results 1 – 7 of 7) sorted by relevance
48 struct IsDefined struct50 static constexpr bool value = false;54 struct IsDefined<T, std::enable_if_t<(sizeof(T) > 0)>> struct56 static constexpr bool value = true;60 struct IsDefined<void> struct62 static constexpr bool value = true;
157 bool IsDefined = false; in flushSymverDirectives() local
493 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab() local
259 bool IsDefined = false; in getSuperRegDestIfDead() local
187 bool IsDefined; member
105 Addressable(JITTargetAddress Address, bool IsDefined) in Addressable()130 uint64_t IsDefined : 1; variable
1294 bool IsDefined = false; member