/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86AvoidTrailingCall.cpp | 109 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 D | fdr_controller_test.cc | 42 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 D | fdr_log_writer_test.cc | 35 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 D | gmock-more-matchers.h | 63 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") {
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-filepath.h | 114 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Pragma.h | 118 bool IsEmpty() const { return Handlers.empty(); } in IsEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LoopNestAnalysis.cpp | 217 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 D | gtest-filepath.cc | 197 if (directory.IsEmpty()) in ConcatPaths()
|
H A D | gtest-internal-inl.h | 683 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 D | XCOFFObjectWriter.cpp | 865 const bool IsEmpty = in assignAddressesAndIndices() local 868 if (IsEmpty) in assignAddressesAndIndices()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 1089 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 D | CGExprCXX.cpp | 1239 llvm::Value *IsEmpty = in EmitNewArrayInitializer() local 1241 Builder.CreateCondBr(IsEmpty, ContBB, LoopBB); in EmitNewArrayInitializer()
|
H A D | CGOpenMPRuntime.cpp | 705 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 D | TargetInfo.cpp | 5673 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 D | CGStmtOpenMP.cpp | 703 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 D | Pragma.cpp | 942 if (NS != PragmaHandlers.get() && NS->IsEmpty()) { in RemovePragmaHandler()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 489 TYPE_TRAIT_1(__is_empty, IsEmpty, KEYCXX)
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 17533 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()
|