Home
last modified time | relevance | path

Searched refs:IsPrefix (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1183 bool IsPrefix = getterNameString.startswith("is"); in migrateProperty() local
1186 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()
1188 if (IsPrefix || getterNameString.startswith("get")) { in migrateProperty()
1189 LengthOfPrefix = (IsPrefix ? 2 : 3); in migrateProperty()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3267 bool IsPrefix = in ParseInstruction() local
3342 IsPrefix = false; in ParseInstruction()
3359 if (getLexer().isNot(AsmToken::EndOfStatement) && !IsPrefix) { in ParseInstruction()
3396 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13366 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand() argument
13413 IsInc, IsPrefix); in CheckIncrementDecrementOperand()
13441 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()