Searched refs:HasPrefix (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexnames.c397 BOOLEAN HasPrefix = FALSE; local
438 HasPrefix = TRUE;
455 HasPrefix = TRUE;
484 HasPrefix = TRUE;
514 HasPrefix = TRUE;
563 if (AE_CTRL_PENDING == Status && HasPrefix)
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc545 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { function in namespace:testing::gtest_printers_test
571 EXPECT_TRUE(HasPrefix(Print(&Foo::value),
574 EXPECT_TRUE(HasPrefix(Print(p),
583 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod),
586 HasPrefix(Print(&Foo::MyVirtualMethod),
589 EXPECT_TRUE(HasPrefix(Print(p),
1234 EXPECT_TRUE(HasPrefix(
1240 EXPECT_TRUE(HasPrefix(
1250 EXPECT_TRUE(HasPrefix(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp614 bool HasPrefix = false; local
618 HasPrefix = true;
625 } else if (HasPrefix)

Completed in 119 milliseconds