Searched refs:HasPrefix (Results 1 – 4 of 4) sorted by relevance
397 BOOLEAN HasPrefix = FALSE; in AcpiExGetNameString() local438 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()
762 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { in HasPrefix() function787 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) + " " +
1313 const bool HasPrefix = SI.Dest->canPrintPretty(); in showBRDiagnostics() local1315 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()
657 bool HasPrefix = false; in getELFSectionNameForGlobal() local661 HasPrefix = true; in getELFSectionNameForGlobal()668 } else if (HasPrefix) in getELFSectionNameForGlobal()