HomeSort by relevance Sort by last modified time
    Searched defs:UseAfterScope (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
BackendUtil.cpp 219 bool UseAfterScope = CGOpts.SanitizeAddressUseAfterScope;
221 UseAfterScope));
229 /*Recover*/ true, /*UseAfterScope*/ false));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 450 bool UseAfterScope = false)
453 UseAfterScope(UseAfterScope || ClUseAfterScope) {
531 bool UseAfterScope;
744 if (!ASan.UseAfterScope)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 605 bool UseAfterScope = false)
606 : FunctionPass(ID), UseAfterScope(UseAfterScope || ClUseAfterScope) {
704 bool UseAfterScope;
    [all...]

Completed in 437 milliseconds