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()
757 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { in HasPrefix() function782 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) + " " +
1309 const bool HasPrefix = SI.Dest->canPrintPretty(); in showBRDiagnostics() local1311 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()
655 bool HasPrefix = false; in getELFSectionNameForGlobal() local659 HasPrefix = true; in getELFSectionNameForGlobal()666 } else if (HasPrefix) in getELFSectionNameForGlobal()