Searched refs:Empty (Results 76 - 99 of 99) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp908 /// Empty - Returns true if the tree has no information.
909 bool Empty() { function in class:__anon2700::TemplateDiff::DiffTree
2059 if (Tree.Empty())
H A DDeclBase.cpp808 case Empty:
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp504 if (type_list.Empty()) {
H A DSBTarget.cpp1935 if (!variable_list.Empty()) {
1981 if (!variable_list.Empty()) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp1038 if (!sstr.Empty())
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4356 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {}
4444 EmptyDecl(DeclContext *DC, SourceLocation L) : Decl(Empty, DC, L) {}
4454 static bool classofKind(Kind K) { return K == Empty; }
H A DDeclBase.h389 Decl(Kind DK, EmptyShell Empty) argument
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp893 if (Table.Empty()) {
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc190 CaseFile::Empty() function in class:CaseFile
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2169 detail::DenseSetEmpty Empty; local
2175 if (!HandlerSet.insert({CatchPad, Empty}).second) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1603 } else if (repl_languages.Empty()) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp813 if (variable_list.Empty())
1635 if (type_list.Empty())
1680 if (type_list.Empty())
4116 // Empty string returned, let's bail
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4036 if (!response.Empty()) {
4108 if (!response.Empty()) {
4141 if (!response.Empty()) {
4892 return Status("Empty file name specified");
H A DGDBRemoteCommunicationClient.cpp575 } else if (!response.Empty()) {
2715 // Empty packet informs us that breakpoint is not supported
3728 err.SetErrorString("Empty response from $qXfer packet");
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp213 } else if (repl_languages.Empty()) {
2138 if (languages_for_expressions.Empty())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp807 DebugLoc Empty;
808 if (I->getDebugLoc() != Empty)
813 if (OpInst->getDebugLoc() != Empty)
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp111 case Decl::Empty:
H A DCodeGenModule.cpp5335 case Decl::Empty:
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc2511 // Empty strings.
2542 // Empty strings.
5744 TEST_F(ParseFlagsTest, Empty) {
6470 TEST_F(FlagfileTest, Empty) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1716 const HeaderFileInfo Empty; // So we can take a reference. local
1755 Empty, {}, {M, ModuleMap::headerKindToRole(U.Kind)}
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp162 if (pcm_types.Empty()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp401 void DependenceInfo::Constraint::setEmpty() { Kind = Empty; }
412 OS << " Empty\n";
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2701 % starts with @tab. Empty columns may be produced by supplying @tab's
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex3804 % starts with @tab. Empty columns may be produced by supplying @tab's

Completed in 635 milliseconds

1234