/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | CompareElementsTest.cpp | 82 void addElements(bool IsReference, bool IsTarget); 177 void ReaderTestCompare::addElements(bool IsReference, bool IsTarget) { in addElements() argument 178 Root->setName(IsReference ? "Reference-Reader" : "Target-Reader"); in addElements() 200 Insert(IsReference, Namespace, TypeDefinitionOne); in addElements() 205 Insert(IsReference, FunctionOne, LocalVariable); in addElements() 216 Insert(IsReference, NestedScope, LineTwo); in addElements()
|
/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 759 bool IsReference = Ty->isReferenceType(); in printPretty() 761 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType(); in printPretty() 769 } else if (IsReference) { in printPretty() 786 if (IsReference) in printPretty() 793 } else if (!IsReference) { in printPretty() 813 if (IsReference) in printPretty() 820 if (!IsReference) in printPretty() 874 if (IsReference) in printPretty() 748 bool IsReference = Ty->isReferenceType(); printPretty() local
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVType.h | 31 IsReference, enumerator 80 KIND(LVTypeKind, IsReference);
|
/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 310 bool IsReference = C.remaining().starts_with("%bb."); in maybeLexMachineBasicBlock() 311 if (!IsReference && !C.remaining().starts_with("bb.")) in maybeLexMachineBasicBlock() 314 unsigned PrefixLength = IsReference ? 4 : 3; in maybeLexMachineBasicBlock() 335 Token.reset(IsReference ? MIToken::MachineBasicBlock in maybeLexMachineBasicBlock() 307 bool IsReference = C.remaining().starts_with("%bb."); maybeLexMachineBasicBlock() local
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVType.cpp | 96 {LVTypeKind::IsReference, &LVType::getIsReference},
|
/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 402 clEnumValN(LVTypeKind::IsReference, "Reference", "Reference type."),
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 74 bool IsReference = false; in checkBitsConcrete() local 78 IsReference = true; in checkBitsConcrete() 81 IsReference = true; in checkBitsConcrete() 83 if (!(IsReference || Bit->isConcrete())) in checkBitsConcrete()
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp |
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3128 bool IsReference = VInfo->second->isReferenceType(); in VisitCommonDeclRefExpr() 3132 if (IsReference) { in VisitCommonDeclRefExpr() 3102 bool IsReference = VInfo->second->isReferenceType(); VisitCommonDeclRefExpr() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 572 TYPE_TRAIT_1(__is_reference, IsReference, KEYCXX)
|
/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 3966 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType() 3975 if (IsReference) in getAddrOfCXXCatchHandlerType() 3973 bool IsReference = CatchHandlerType->isReferenceType(); getAddrOfCXXCatchHandlerType() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 3812 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleValue() 3821 if (CheckReferenceOnly && !IsReference) 3825 unsigned diag = IsReference in CheckInitListExpr() 3751 const bool IsReference = FoundVD->getType()->isReferenceType(); HandleMemberExpr() local
|