Home
last modified time | relevance | path

Searched defs:Checked (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRef.hpp41 struct Checked struct
43 explicit inline Checked (T object_) : object(object_) {} in Checked() function
45 T object;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_1x_defs.h67 Checked, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_1x_defs.h67 Checked, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp415 VarSizeMap *Checked = ICE_TLS_GET_FIELD(CheckedVars); in instrumentAccess() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp67 BitVector Checked(getNumRegs()); in checkAllSuperRegsMarked() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1646 bool Checked[WASM_NUM_SEC_ORDERS] = {}; in isValidSectionOrder() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp9746 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper()