Searched defs:isCatchAll (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCleanup.h163 bool isCatchAll() const { return Type.RTTI == nullptr; } function in struct:clang::CodeGen::EHCatchScope::Handler
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1433 /// isCatchAll - Return 'true' if the given typeinfo will match anything.
1434 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) { function
1487 if (isCatchAll(Personality, TypeInfo)) {
1525 if (isCatchAll(Personality, TypeInfo)) {
1548 if (isCatchAll(Personality, TypeInfo)) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2377 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { function
2443 if (isCatchAll(Personality, TypeInfo)) {
2481 if (isCatchAll(Personality, TypeInfo)) {
2504 if (isCatchAll(Personality, TypeInfo)) {
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...

Completed in 100 milliseconds