/external/llvm-project/llvm/include/llvm/Support/ |
D | ExtensibleRTTI.h | 83 virtual bool isA(const void *const ClassID) const { in isA() function 89 bool isA() const { return isA(QueryT::classID()); } in isA() function 126 bool isA(const void *const ClassID) const override { in isA() function
|
/external/jcommander/src/test/java/com/beust/jcommander/ |
D | ParametersDelegateTest.java | 21 public boolean isA; in delegatingEmptyClassHasNoEffect() field in ParametersDelegateTest.MainParams 46 public boolean isA; in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams() field in ParametersDelegateTest.MainParams 100 public boolean isA; in combinedAndNestedDelegates() field in ParametersDelegateTest.MainParams
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
D | ObjectFileJIT.h | 51 bool isA(const void *ClassID) const override { in isA() function
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDwo.h | 21 bool isA(const void *ClassID) const override { in isA() function
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | File.h | 359 virtual bool isA(const void *classID) const { return classID == &ID; } in isA() function 412 virtual bool isA(const void *classID) const override { in isA() function
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExternalASTSourceCallbacks.h | 23 bool isA(const void *ClassID) const override { return ClassID == &ID; } in isA() function
|
D | ClangFunctionCaller.h | 92 bool isA(const void *ClassID) const override { in isA() function
|
D | ClangUtilityFunction.h | 39 bool isA(const void *ClassID) const override { in isA() function
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.h | 42 bool isA(const void *ClassID) const override { in isA() function
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
D | SymbolFileSymtab.h | 25 bool isA(const void *ClassID) const override { in isA() function
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.h | 38 bool isA(const void *ClassID) const override { in isA() function
|
/external/llvm-project/clang/include/clang/Sema/ |
D | MultiplexExternalSemaSource.h | 366 bool isA(const void *ClassID) const override { in isA() function
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | UtilityFunction.h | 35 bool isA(const void *ClassID) const override { return ClassID == &ID; } in isA() function
|
/external/llvm-project/clang/test/SemaCUDA/ |
D | deferred-oeverload.cu | 50 struct A { int x; typedef int isA; }; typedef
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
D | Is.java | 72 public static <T> Matcher<T> isA(Class<T> type) { in isA() method in Is
|
/external/llvm/include/llvm/Support/ |
D | Error.h | 56 virtual bool isA(const void *const ClassID) const { in isA() function 61 template <typename ErrorInfoT> bool isA() const { in isA() function 216 template <typename ErrT> bool isA() const { in isA() function 298 bool isA(const void *const ClassID) const override { in isA() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Error.h | 69 virtual bool isA(const void *const ClassID) const { in isA() function 74 template <typename ErrorInfoT> bool isA() const { in isA() function 232 template <typename ErrT> bool isA() const { in isA() function 319 bool isA(const void *const ClassID) const override { in isA() function
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.h | 68 bool isA(const void *ClassID) const override { in isA() function
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
D | ObjectFileBreakpad.h | 53 bool isA(const void *ClassID) const override { in isA() function
|
/external/libcxx/test/std/strings/strings.erasure/ |
D | erase_if.pass.cpp | 35 auto isA = [](auto ch) { return ch == 'a';}; in test() local
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
D | CPPLanguageRuntime.h | 45 bool isA(const void *ClassID) const override { in isA() function
|
/external/llvm-project/libcxx/test/std/strings/strings.erasure/ |
D | erase_if.pass.cpp | 33 auto isA = [](auto ch) { return ch == 'a';}; in test() local
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | SymbolFilePDB.h | 31 bool isA(const void *ClassID) const override { in isA() function
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | SymbolFileNativePDB.h | 50 bool isA(const void *ClassID) const override { in isA() function
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
D | ObjectFilePDB.h | 57 bool isA(const void *ClassID) const override { in isA() function
|