Home
last modified time | relevance | path

Searched refs:HasPrefix (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/contrib/dev/acpica/components/executer/
H A Dexnames.c397 BOOLEAN HasPrefix = FALSE; in AcpiExGetNameString() local
438 HasPrefix = TRUE; in AcpiExGetNameString()
455 HasPrefix = TRUE; in AcpiExGetNameString()
484 HasPrefix = TRUE; in AcpiExGetNameString()
514 HasPrefix = TRUE; in AcpiExGetNameString()
563 if (AE_CTRL_PENDING == Status && HasPrefix) in AcpiExGetNameString()
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc545 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { in HasPrefix() function
571 EXPECT_TRUE(HasPrefix(Print(&Foo::value), in TEST()
574 EXPECT_TRUE(HasPrefix(Print(p), in TEST()
583 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()
586 HasPrefix(Print(&Foo::MyVirtualMethod), in TEST()
589 EXPECT_TRUE(HasPrefix(Print(p), in TEST()
1234 EXPECT_TRUE(HasPrefix( in TEST()
1240 EXPECT_TRUE(HasPrefix( in TEST()
1250 EXPECT_TRUE(HasPrefix( in TEST()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1231 const bool HasPrefix = SI.Dest->canPrintPretty(); in showBRDiagnostics() local
1233 if (HasPrefix) { in showBRDiagnostics()
1242 Action = HasPrefix ? "initialized to " : "Initializing to "; in showBRDiagnostics()
1245 Action = HasPrefix ? "captured by block as " : "Captured by block as "; in showBRDiagnostics()
1273 OS << (HasPrefix ? "initialized" : "Initializing") in showBRDiagnostics()
1276 OS << (HasPrefix ? "declared" : "Declaring") in showBRDiagnostics()
1281 OS << (HasPrefix ? "initialized" : "Initialized") << " here"; in showBRDiagnostics()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp627 bool HasPrefix = false; in getELFSectionNameForGlobal() local
631 HasPrefix = true; in getELFSectionNameForGlobal()
638 } else if (HasPrefix) in getELFSectionNameForGlobal()