Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-maybe.h121 struct JustTag {}; struct
124 explicit Maybe(JustTag) : is_valid_(true) {} in Maybe() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp777 Value *JustTag = IRB.CreateTrunc(Tag, IRB.getInt8Ty()); in tagAlloca() local