/llvm-project/clang/test/SemaObjC/ |
H A D | selector-2.m | 7 static inline SEL IsEmpty(void) { function
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | NameToDIE.h | 84 bool IsEmpty() const { return m_map.IsEmpty(); } in IsEmpty() function
|
H A D | DWARFDebugAranges.h | 41 bool IsEmpty() const { return m_aranges.IsEmpty(); } in IsEmpty() function
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBThreadResumeActions.h | 29 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function
|
/llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
H A D | gtest-filepath.h | 118 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
|
/llvm-project/third-party/unittest/googlemock/include/gmock/ |
H A D | gmock-more-matchers.h | 93 inline PolymorphicMatcher<internal::IsEmptyMatcher> IsEmpty() { in IsEmpty() function
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | PathMappingList.h | 55 bool IsEmpty() const { IsEmpty() function
|
/llvm-project/flang/include/flang/Common/ |
H A D | fast-int-set.h | 43 bool IsEmpty() const { return size_ == 0; } in IsEmpty() function
|
/llvm-project/clang/include/clang/Lex/ |
H A D | Pragma.h | 118 bool IsEmpty() const { return Handlers.empty(); } in IsEmpty() function
|
/llvm-project/lldb/source/Interpreter/ |
H A D | CommandHistory.cpp | 22 bool CommandHistory::IsEmpty() const { in IsEmpty() function in CommandHistory
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | ConstString.h | 304 bool IsEmpty() const { return m_string == nullptr || m_string[0] == '\0'; } in IsEmpty() function
|
H A D | FileSpecList.h | 203 bool IsEmpty() const { return m_files.empty(); } IsEmpty() function
|
H A D | RangeMap.h | 293 bool IsEmpty() const { return m_entries.empty(); } in IsEmpty() function 524 bool IsEmpty() const { return m_entries.empty(); } IsEmpty() function 770 bool IsEmpty() const { return m_entries.empty(); } IsEmpty() function
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidTrailingCall.cpp | 110 bool IsEmpty = LastRealInstr == MBB.rend(); in runOnMachineFunction() local
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 457 bool IsEmpty() const { return !GetSize(); } in IsEmpty() function
|
H A D | UniqueCStringMap.h | 151 bool IsEmpty() const { return m_map.empty(); } in IsEmpty() function
|
/llvm-project/lldb/source/Target/ |
H A D | SectionLoadHistory.cpp | 17 bool SectionLoadHistory::IsEmpty() const { in IsEmpty() function in SectionLoadHistory
|
H A D | SectionLoadList.cpp | 38 bool SectionLoadList::IsEmpty() const { in IsEmpty() function in SectionLoadList
|
/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | StopPointSiteList.h | 255 bool IsEmpty() const { IsEmpty() function
|
/llvm-project/lldb/include/lldb/Host/ |
H A D | Debug.h | 50 bool IsEmpty() const { return m_actions.empty(); } in IsEmpty() function
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-record-definition-data-json.cpp | 16 struct IsEmpty { struct
|
H A D | ast-dump-record-definition-data.cpp | 33 struct IsEmpty { struct
|
/llvm-project/bolt/lib/Core/ |
H A D | FunctionLayout.cpp | 154 const auto IsEmpty = [](const FunctionFragment *const FF) { eraseBasicBlocks() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopNestAnalysis.cpp | 297 auto IsEmpty = [](const BasicBlock *BB) { in skipEmptyBlockUntil() local
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 362 bool IsEmpty() const { return args.empty(); } in IsEmpty() function
|