Searched refs:isIn (Results 1 - 18 of 18) sorted by relevance

/external/clang/lib/CodeGen/
H A DSanitizerBlacklist.cpp33 bool SanitizerBlacklist::isIn(const llvm::Module &M, function in class:SanitizerBlacklist
38 bool SanitizerBlacklist::isIn(const llvm::Function &F) const { function in class:SanitizerBlacklist
39 return isIn(*F.getParent()) ||
43 bool SanitizerBlacklist::isIn(const llvm::GlobalVariable &G, function in class:SanitizerBlacklist
45 return isIn(*G.getParent(), Category) ||
H A DSanitizerBlacklist.h36 bool isIn(const llvm::Module &M,
38 bool isIn(const llvm::Function &F) const;
39 bool isIn(const llvm::GlobalVariable &G,
H A DCGDeclCXX.cpp248 if (!CGM.getSanitizerBlacklist().isIn(*Fn)) {
H A DCodeGenModule.cpp732 if (!SanitizerBL.isIn(*F)) {
1967 IsDynInit &= !SanitizerBL.isIn(*GV, "init");
1968 bool IsBlacklisted = SanitizerBL.isIn(*GV);
H A DCodeGenFunction.cpp538 if (CGM.getSanitizerBlacklist().isIn(*Fn))
/external/hamcrest/library/src/org/hamcrest/collection/
H A DIsIn.java32 public static <T> Matcher<T> isIn(Collection<T> collection) { method in class:IsIn
37 public static <T> Matcher<T> isIn(T[] elements) { method in class:IsIn
43 return isIn(elements);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dusettest.c33 UBool isIn);
255 UBool isIn) {
284 if (uset_containsString(set, ustr, stringLength) == isIn) {
286 (isIn ? "contains" : "does not contain"),
290 (isIn ? "does not contain" : "contains"),
301 if (uset_contains(set, c) == isIn) {
303 (isIn ? "contains" : "does not contain"),
307 (isIn ? "does not contain" : "contains"),
316 if (uset_containsRange(set, rangeStart, rangeEnd) == isIn) {
318 (isIn
253 expectContainment(const USet* set, const char* list, UBool isIn) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dusettest.c33 UBool isIn);
255 UBool isIn) {
284 if (uset_containsString(set, ustr, stringLength) == isIn) {
286 (isIn ? "contains" : "does not contain"),
290 (isIn ? "does not contain" : "contains"),
301 if (uset_contains(set, c) == isIn) {
303 (isIn ? "contains" : "does not contain"),
307 (isIn ? "does not contain" : "contains"),
316 if (uset_containsRange(set, rangeStart, rangeEnd) == isIn) {
318 (isIn
253 expectContainment(const USet* set, const char* list, UBool isIn) argument
[all...]
/external/hamcrest/library/src/org/hamcrest/
H A DMatchers.java213 public static <T> org.hamcrest.Matcher<T> isIn(java.util.Collection<T> collection) { method in class:Matchers
214 return org.hamcrest.collection.IsIn.isIn(collection);
217 public static <T> org.hamcrest.Matcher<T> isIn(T[] param1) { method in class:Matchers
218 return org.hamcrest.collection.IsIn.isIn(param1);
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp142 bool isIn(const Function &F, const StringRef Category) const { function in class:__anon26251::DFSanABIList
143 return isIn(*F.getParent(), Category) ||
151 bool isIn(const GlobalAlias &GA, const StringRef Category) const { function in class:__anon26251::DFSanABIList
152 if (isIn(*GA.getParent(), Category))
163 bool isIn(const Module &M, const StringRef Category) const { function in class:__anon26251::DFSanABIList
443 return !ABIList.isIn(*F, "uninstrumented");
447 return !ABIList.isIn(*GA, "uninstrumented");
455 if (ABIList.isIn(*F, "functional"))
457 if (ABIList.isIn(*F, "discard"))
459 if (ABIList.isIn(*
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzbdtest.cpp134 UBool isIn = tz->inDaylightTime(mid, status); local
136 if (isIn == startsInDST) {
/external/icu/icu4c/source/test/intltest/
H A Dtzbdtest.cpp134 UBool isIn = tz->inDaylightTime(mid, status); local
136 if (isIn == startsInDST) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 433 milliseconds