HomeSort by relevance Sort by last modified time
    Searched refs:Shadow (Results 1 - 10 of 10) sorted by null

  /external/v8/test/mjsunit/
global-load-from-eval.js 36 // Shadow with local variable.
40 // Shadow with parameter.
44 // Shadow with function name.
global-load-from-nested-eval.js 38 // Shadow variable with a with statement.
46 // Shadow variable with an eval-introduced variable.
56 // Eval that does not shadow.
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 98 // These flags allow to change the shadow mapping.
99 // The shadow mapping looks like
100 // Shadow = (Mem >> scale) + (1 << offset_log)
102 cl::desc("scale of asan shadow mapping"), cl::Hidden, cl::init(0));
104 cl::desc("offset of asan shadow mapping"), cl::Hidden, cl::init(-1));
143 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB);
237 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) {
238 // Shadow >> scale
239 Shadow = IRB.CreateLShr(Shadow, MappingScale)
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaAccess.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 353 milliseconds