Home
last modified time | relevance | path

Searched refs: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
133 inline Maybe<void> JustVoid() { return Maybe<void>(Maybe<void>::JustTag()); } in JustVoid()
/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
780 {IRB.CreatePointerCast(AI, Int8PtrTy), JustTag, in tagAlloca()
792 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align::None()); in tagAlloca()
797 IRB.CreateStore(JustTag, IRB.CreateConstGEP1_32( in tagAlloca()