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

  /external/clang/lib/Basic/
Sanitizers.cpp 22 #define SANITIZER(NAME, ID) .Case(NAME, SanitizerKind::ID)
31 #define SANITIZER(NAME, ID)
  /external/clang/include/clang/Basic/
Sanitizers.h 31 #define SANITIZER(NAME, ID) SO_##ID,
37 // Define the set of sanitizer kinds, as well as the set of sanitizers each
38 // sanitizer group expands into.
39 #define SANITIZER(NAME, ID) \
51 /// \brief Check if a certain (single) sanitizer is enabled.
60 /// \brief Enable or disable a certain (single) sanitizer.
69 /// \brief Returns true if at least one sanitizer is enabled.
80 /// For each sanitizer group bit set in \p Kinds, set the bits for sanitizers
  /build/core/
config_sanitizers.mk 22 # The sanitizer specified by the environment wins over the module.
27 # The sanitizer specified in the product configuration wins over the previous.
28 ifneq ($(SANITIZER.$(TARGET_PRODUCT).$(LOCAL_MODULE).CONFIG),)
29 my_sanitize := $(SANITIZER.$(TARGET_PRODUCT).$(LOCAL_MODULE).CONFIG)
86 # https://code.google.com/p/address-sanitizer/issues/detail?id=387
product_config.mk 409 # Resolve and setup per-module sanitizer configs.
420 $(eval SANITIZER.$(TARGET_PRODUCT).$(m).CONFIG := $(cf))))
  /external/clang/lib/Driver/
SanitizerArgs.cpp 1 //===--- SanitizerArgs.cpp - Arguments for sanitizer tools ---------------===//
64 /// provides some sanitizer kind from \p Mask. For example, the argument list
108 #define SANITIZER(NAME, ID)
119 // sanitizers disabled by the current sanitizer
203 // sanitizers disabled by the current sanitizer
228 // Avoid diagnosing any sanitizer which is disabled later.
256 // Warn about not having rtti enabled if the vptr sanitizer is
267 // Take out the Vptr sanitizer from the enabled sanitizers
272 // Group expansion may have enabled a sanitizer which is disabled later.
287 // We disable the vptr sanitizer if it was enabled by group expansion but RTT
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 346 milliseconds