Searched defs:IsDefined (Results 1 – 10 of 10) 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;
39 constexpr bool IsDefined(v8::Isolate::UseCounterFeature) { return true; } in IsDefined() function
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
53 bool IsDefined; member
105 Addressable(JITTargetAddress Address, bool IsDefined) in Addressable()130 uint64_t IsDefined : 1; variable
392 bool InstructionSelector::IsDefined(Node* node) const { in IsDefined() function in v8::internal::compiler::InstructionSelector
1294 bool IsDefined = false; member