Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc757 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { in HasPrefix() function
782 EXPECT_TRUE(HasPrefix(Print(&Foo::value), in TEST()
785 EXPECT_TRUE(HasPrefix(Print(p), Print(sizeof(p)) + "-byte object ")); in TEST()
793 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()
796 HasPrefix(Print(&Foo::MyVirtualMethod), in TEST()
799 EXPECT_TRUE(HasPrefix(Print(p), Print(sizeof(p)) + "-byte object ")); in TEST()
1417 EXPECT_TRUE(HasPrefix(PrintByRef(p),
1422 EXPECT_TRUE(HasPrefix(PrintByRef(p2),
1431 EXPECT_TRUE(HasPrefix(PrintByRef(p), "@" + PrintPointer(&p) + " " +
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1309 const bool HasPrefix = SI.Dest->canPrintPretty(); in showBRDiagnostics() local
1311 if (HasPrefix) { in showBRDiagnostics()
1320 Action = HasPrefix ? "initialized to " : "Initializing to "; in showBRDiagnostics()
1323 Action = HasPrefix ? "captured by block as " : "Captured by block as "; in showBRDiagnostics()
1351 OS << (HasPrefix ? "initialized" : "Initializing") in showBRDiagnostics()
1354 OS << (HasPrefix ? "declared" : "Declaring") in showBRDiagnostics()
1359 OS << (HasPrefix ? "initialized" : "Initialized") << " here"; in showBRDiagnostics()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp655 bool HasPrefix = false; in getELFSectionNameForGlobal() local
659 HasPrefix = true; in getELFSectionNameForGlobal()
666 } else if (HasPrefix) in getELFSectionNameForGlobal()