OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sanitizer
(Results
51 - 75
of
165
) sorted by null
1
2
3
4
5
6
7
/external/clang/lib/Basic/
LangOptions.cpp
35
//
sanitizer
options (this affects __has_feature(address_sanitizer) etc).
/external/compiler-rt/lib/asan/lit_tests/TestCases/Darwin/
malloc_set_zone_name-mprotect.cc
2
// (https://code.google.com/p/address-
sanitizer
/issues/detail?id=203)
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
clone_test.cc
2
// http://code.google.com/p/address-
sanitizer
/issues/detail?id=37
overflow-in-qsort.cc
7
// https://code.google.com/p/address-
sanitizer
/issues/detail?id=137
malloc-in-qsort.cc
7
// https://code.google.com/p/address-
sanitizer
/issues/detail?id=137
/external/compiler-rt/lib/asan/lit_tests/TestCases/SharedLibs/
dlclose-test-so.cc
13
// http://code.google.com/p/address-
sanitizer
/issues/detail?id=19
/external/compiler-rt/lib/asan/lit_tests/TestCases/
initialization-bug.cc
8
// FIXME: https://code.google.com/p/address-
sanitizer
/issues/detail?id=186
/external/harfbuzz_ng/src/
hb-font.cc
595
const OT::OpenTypeFontFile &ot_file = *OT::
Sanitizer
<OT::OpenTypeFontFile>::lock_instance (data->blob);
614
hb_face_for_data_closure_t *closure = _hb_face_for_data_closure_create (OT::
Sanitizer
<OT::OpenTypeFontFile>::sanitize (hb_blob_reference (blob)), index);
745
hb_blob_t *head_blob = OT::
Sanitizer
<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
746
const OT::head *head_table = OT::
Sanitizer
<OT::head>::lock_instance (head_blob);
770
hb_blob_t *maxp_blob = OT::
Sanitizer
<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp));
771
const OT::maxp *maxp_table = OT::
Sanitizer
<OT::maxp>::lock_instance (maxp_blob);
hb-ot-layout.cc
50
layout->gdef_blob = OT::
Sanitizer
<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
51
layout->gdef = OT::
Sanitizer
<OT::GDEF>::lock_instance (layout->gdef_blob);
53
layout->gsub_blob = OT::
Sanitizer
<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
54
layout->gsub = OT::
Sanitizer
<OT::GSUB>::lock_instance (layout->gsub_blob);
56
layout->gpos_blob = OT::
Sanitizer
<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
57
layout->gpos = OT::
Sanitizer
<OT::GPOS>::lock_instance (layout->gpos_blob);
/external/chromium_org/chrome/app/
chrome_exe_main_gtk.cc
22
// https://code.google.com/p/address-
sanitizer
/issues/detail?id=177
/external/chromium_org/third_party/WebKit/Source/wtf/
LeakAnnotations.h
83
// If Leak
Sanitizer
is not being used, the annotations should be no-ops.
/external/compiler-rt/lib/msan/lit_tests/Linux/
glob_altdirfunc.cc
17
#include <
sanitizer
/msan_interface.h>
/external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h
26
// If set, use the online symbolizer from common
sanitizer
runtime.
sanitizer_report_decorator.h
10
// Tags to decorate the
sanitizer
reports.
sanitizer_symbolizer_itanium.cc
10
// This file is shared between the
sanitizer
run-time libraries.
sanitizer_thread_registry.h
10
// This file is shared between
sanitizer
tools.
32
// Generic thread context. Specific
sanitizer
tools may inherit from it.
sanitizer_linux_libcdep.cc
277
Printf("
Sanitizer
: increasing stacksize %zu->%zu\n", stacksize,
281
Printf("
Sanitizer
: pre-allocated stack size is insufficient: "
283
Printf("
Sanitizer
: pthread_create is likely to fail.\n");
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h
10
// This file is a part of *
Sanitizer
runtime.
/external/compiler-rt/lib/ubsan/
ubsan_handlers_cxx.h
10
// Entry points to the runtime library for Clang's undefined behavior
sanitizer
,
/external/llvm/test/Instrumentation/AddressSanitizer/
asan-vs-gvn.ll
4
; http://code.google.com/p/address-
sanitizer
/issues/detail?id=20#c1
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontCustomPlatformDataWin.cpp
113
OpenTypeSanitizer
sanitizer
(buffer);
114
RefPtr<SharedBuffer> transcodeBuffer =
sanitizer
.sanitize();
/external/clang/docs/
ThreadSanitizer.rst
135
`http://code.google.com/p/thread-
sanitizer
<http://code.google.com/p/thread-
sanitizer
/>`_.
MemorySanitizer.rst
153
`http://code.google.com/p/memory-
sanitizer
/wiki/Running#Running_with_the_dynamic_tool`
189
`http://code.google.com/p/memory-
sanitizer
<http://code.google.com/p/memory-
sanitizer
/>`_
/external/clang/include/clang/Basic/
LangOptions.h
28
#define
SANITIZER
(NAME, ID) unsigned ID : 1;
31
/// \brief Cached set of
sanitizer
options with all sanitizers disabled.
/external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension_unittest.cc
118
// Ensure we don't crash or trip an Address
Sanitizer
warning about
Completed in 1773 milliseconds
1
2
3
4
5
6
7