Searched refs:getOpaqueValue (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DPointerUnion.h171 void *getOpaqueValue() const { return Val.getOpaqueValue(); } function in class:llvm::PointerUnionUIntTraits
182 return lhs.getOpaqueValue() == rhs.getOpaqueValue();
188 return lhs.getOpaqueValue() != rhs.getOpaqueValue();
198 return P.getOpaqueValue();
316 void *getOpaqueValue() const { return Val.getOpaqueValue(); } function in class:llvm::PointerUnion3
331 return P.getOpaqueValue();
429 void *getOpaqueValue() const { return Val.getOpaqueValue(); } function in class:llvm::PointerUnion4
[all...]
H A DPointerIntPair.h127 void *getOpaqueValue() const { return reinterpret_cast<void*>(Value); }
170 uintptr_t IV = reinterpret_cast<uintptr_t>(V.getOpaqueValue());
184 return P.getOpaqueValue();
H A DIntervalMap.h499 LLVM_EXPLICIT operator bool() const { return pip.getOpaqueValue(); }
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DGlobalDecl.h76 void *getAsOpaquePtr() const { return Value.getOpaqueValue(); }
H A DTemplateName.h320 ID.AddPointer(Storage.getOpaqueValue());
324 void *getAsVoidPointer() const { return Storage.getOpaqueValue(); }
H A DNestedNameSpecifier.h200 ID.AddPointer(Prefix.getOpaqueValue());
H A DDeclObjC.h882 if (!Data.getOpaqueValue()) {
1476 if (!Data.getOpaqueValue()) {
H A DType.h549 = reinterpret_cast<uintptr_t>(Value.getOpaqueValue());
581 void *getAsOpaquePtr() const { return Value.getOpaqueValue(); }
H A DExpr.h3270 /// \brief getOpaqueValue - Return the opaque value placeholder.
3271 OpaqueValueExpr *getOpaqueValue() const { return OpaqueValue; } function in class:clang::StringLiteral::OffsetOfExpr::BinaryConditionalOperator
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h68 int getOpaqueValue() const { return ID; } function in class:clang::FileID
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp88 ID.AddPointer(P.getOpaqueValue());
95 if (P.getOpaqueValue() < X.P.getOpaqueValue())
97 if (P.getOpaqueValue() > X.P.getOpaqueValue())
103 return P.getOpaqueValue() == X.P.getOpaqueValue() &&
H A DCallEvent.cpp734 = ObjCMessageDataTy(POE, K).getOpaqueValue();
741 = ObjCMessageDataTy(0, 1).getOpaqueValue();
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h669 Data = DtorDataTy(Target, IsBaseDestructor).getOpaqueValue();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp748 Toks[0].setAnnotationValue(data.getOpaqueValue());
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h763 Data = OpaqueValueMappingData::bind(CGF, e->getOpaqueValue(),
2014 LLVM_EXPLICIT operator bool() const { return ValueAndIsReference.getOpaqueValue() != 0; }
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1268 Visit(E->getOpaqueValue()->getSourceExpr());
1342 CheckLValueToRValueCast(BCO->getOpaqueValue()->getSourceExpr());
H A DSemaCodeComplete.cpp407 return X.DeclOrIterator.getOpaqueValue()
408 == Y.DeclOrIterator.getOpaqueValue() &&
H A DSemaOverload.cpp587 Result.Data = Info.Param.getOpaqueValue();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp238 Entry.BaseOrMember = Value.getOpaqueValue();
3888 if (!Evaluate(Info.CurrentCall->createTemporary(E->getOpaqueValue(), false),
6220 if (A.getLValueBase().getOpaqueValue() !=
6221 B.getLValueBase().getOpaqueValue()) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp631 Writer.AddStmt(E->getOpaqueValue());
H A DASTWriter.cpp1213 Record.push_back(SM.getMainFileID().getOpaqueValue());
1218 Record.push_back(SM.getMainFileID().getOpaqueValue());
H A DASTReader.cpp3040 + PrimaryModule.OriginalSourceFileID.getOpaqueValue() - 1);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp1577 const OpaqueValueExpr *opaqueValue = (BCO ? BCO->getOpaqueValue() : NULL);

Completed in 626 milliseconds