Home
last modified time | relevance | path

Searched refs:IsEmpty (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp109 bool IsEmpty = LastRealInstr == MBB.rend(); in runOnMachineFunction() local
110 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction()
111 if (IsEmpty || IsCall) { in runOnMachineFunction()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfdr_controller_test.cc42 using ::testing::IsEmpty;
118 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty())); in TEST_F()
214 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty())); in TEST_F()
248 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty())); in TEST_F()
H A Dfdr_log_writer_test.cc35 using ::testing::IsEmpty;
158 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty())); in TEST()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-more-matchers.h63 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") {
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h114 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPragma.h118 bool IsEmpty() const { return Handlers.empty(); } in IsEmpty() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp217 auto IsEmpty = [](const BasicBlock *BB) { in skipEmptyBlockUntil() local
225 while (BB && BB != End && IsEmpty(BB) && !Visited.count(BB) && in skipEmptyBlockUntil()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc197 if (directory.IsEmpty()) in ConcatPaths()
H A Dgtest-internal-inl.h683 if (original_working_dir_.IsEmpty()) { in AddTestInfo()
685 GTEST_CHECK_(!original_working_dir_.IsEmpty()) in AddTestInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp865 const bool IsEmpty = in assignAddressesAndIndices() local
868 if (IsEmpty) in assignAddressesAndIndices()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1089 auto IsEmpty = [] (const IFRecordWithRegSet &IR) -> bool { in pruneCoveredSets() local
1092 llvm::erase_if(LL, IsEmpty); in pruneCoveredSets()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1239 llvm::Value *IsEmpty = in EmitNewArrayInitializer() local
1241 Builder.CreateCondBr(IsEmpty, ContBB, LoopBB); in EmitNewArrayInitializer()
H A DCGOpenMPRuntime.cpp705 llvm::Value *IsEmpty = in EmitOMPAggregateInit() local
707 CGF.Builder.CreateCondBr(IsEmpty, DoneBB, BodyBB); in EmitOMPAggregateInit()
5101 llvm::Value *IsEmpty = in emitUpdateClause() local
5103 CGF.Builder.CreateCondBr(IsEmpty, DoneBB, BodyBB); in emitUpdateClause()
5344 llvm::Value *IsEmpty = in EmitOMPAggregateReduction() local
5346 CGF.Builder.CreateCondBr(IsEmpty, DoneBB, BodyBB); in EmitOMPAggregateReduction()
9769 llvm::Value *IsEmpty = in emitUserDefinedMapper() local
9771 MapperCGF.Builder.CreateCondBr(IsEmpty, DoneBB, BodyBB); in emitUserDefinedMapper()
H A DTargetInfo.cpp5673 bool IsEmpty = isEmptyRecord(getContext(), Ty, true); in classifyArgumentType() local
5674 if (IsEmpty || Size == 0) { in classifyArgumentType()
5680 if (IsEmpty && Size == 0) in classifyArgumentType()
H A DCGStmtOpenMP.cpp703 llvm::Value *IsEmpty = in EmitOMPAggregateAssign() local
705 Builder.CreateCondBr(IsEmpty, DoneBB, BodyBB); in EmitOMPAggregateAssign()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp942 if (NS != PragmaHandlers.get() && NS->IsEmpty()) { in RemovePragmaHandler()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.def489 TYPE_TRAIT_1(__is_empty, IsEmpty, KEYCXX)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp17533 bool IsEmpty = true; in ActOnFields() local
17538 IsEmpty = false; in ActOnFields()
17558 << IsEmpty << Record->isUnion() << (NonBitFields > 1); in ActOnFields()
17564 Diag(RecLoc, IsEmpty ? diag::ext_empty_struct_union : in ActOnFields()