Home
last modified time | relevance | path

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

/freebsd/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/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc762 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { in HasPrefix() function
787 EXPECT_TRUE(HasPrefix(Print(&Foo::value), in TEST()
790 EXPECT_TRUE(HasPrefix(Print(p), Print(sizeof(p)) + "-byte object ")); in TEST()
798 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()
801 HasPrefix(Print(&Foo::MyVirtualMethod), in TEST()
804 EXPECT_TRUE(HasPrefix(Print(p), Print(sizeof(p)) + "-byte object ")); in TEST()
1433 EXPECT_TRUE(HasPrefix(PrintByRef(p),
1438 EXPECT_TRUE(HasPrefix(PrintByRef(p2),
1447 EXPECT_TRUE(HasPrefix(PrintByRef(p), "@" + PrintPointer(&p) + " " +
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1313 const bool HasPrefix = SI.Dest->canPrintPretty(); in showBRDiagnostics() local
1315 if (HasPrefix) { in showBRDiagnostics()
1324 Action = HasPrefix ? "initialized to " : "Initializing to "; in showBRDiagnostics()
1327 Action = HasPrefix ? "captured by block as " : "Captured by block as "; in showBRDiagnostics()
1355 OS << (HasPrefix ? "initialized" : "Initializing") in showBRDiagnostics()
1358 OS << (HasPrefix ? "declared" : "Declaring") in showBRDiagnostics()
1363 OS << (HasPrefix ? "initialized" : "Initialized") << " here"; in showBRDiagnostics()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp657 bool HasPrefix = false; in getELFSectionNameForGlobal() local
661 HasPrefix = true; in getELFSectionNameForGlobal()
668 } else if (HasPrefix) in getELFSectionNameForGlobal()