Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp521 Value *JustTag = IRB.CreateTrunc(Tag, IRB.getInt8Ty()); in tagAlloca() local
/external/v8/include/
Dv8.h10177 struct JustTag {}; struct
10180 explicit Maybe(JustTag) : is_valid_(true) {} in Maybe() argument