HomeSort by: relevance | last modified time | path
    Searched refs:UseAfterScope (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
AddressSanitizer.h 104 bool UseAfterScope = false);
111 bool UseAfterScope;
140 bool UseAfterScope = false);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 614 bool UseAfterScope = false)
618 UseAfterScope(UseAfterScope || ClUseAfterScope), GlobalsMD(*GlobalsMD) {
707 bool UseAfterScope;
737 bool UseAfterScope = false)
739 UseAfterScope(UseAfterScope) {
758 UseAfterScope);
765 bool UseAfterScope;
1094 if (!ASan.UseAfterScope)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 287 bool UseAfterScope = CGOpts.SanitizeAddressUseAfterScope;
292 UseAfterScope));
301 /*CompileKernel*/ true, /*Recover*/ true, /*UseAfterScope*/ false));
1147 bool UseAfterScope = CodeGenOpts.SanitizeAddressUseAfterScope;
1157 AddressSanitizerPass(CompileKernel, Recover, UseAfterScope)));

Completed in 18 milliseconds