Home
last modified time | relevance | path

Searched refs:OpaqueType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp120 Value::Value(Interpreter *In, void *Ty) : Interp(In), OpaqueType(Ty) { in Value()
167 : Interp(RHS.Interp), OpaqueType(RHS.OpaqueType), Data(RHS.Data), in Value()
175 OpaqueType = std::exchange(RHS.OpaqueType, nullptr); in Value()
189 OpaqueType = RHS.OpaqueType; in operator =()
206 OpaqueType = std::exchange(RHS.OpaqueType, nullptr); in operator =()
219 OpaqueType = nullptr; in clear()
232 return QualType::getFromOpaquePtr(OpaqueType); in getType()
262 assert(OpaqueType != nullptr && "Can't print default Value"); in print()
H A DInterpreterValuePrinter.cpp305 void *OpaqueType) { in __clang_Interpreter_SetValueWithAlloc() argument
307 VRef = Value(static_cast<Interpreter *>(This), OpaqueType); in __clang_Interpreter_SetValueWithAlloc()
312 void *This, void *OutVal, void *OpaqueType, ...) { in __clang_Interpreter_SetValueNoAlloc() argument
315 VRef = Value(I, OpaqueType); in __clang_Interpreter_SetValueNoAlloc()
320 va_start(args, /*last named param*/ OpaqueType); in __clang_Interpreter_SetValueNoAlloc()
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h139 void setOpaqueType(void *Ty) { OpaqueType = Ty; } in setOpaqueType()
197 void *OpaqueType = nullptr;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp3089 static SPIRVType *getSampledImageType(const TargetExtType *OpaqueType, in getSampledImageType() argument
3093 OpaqueType, SPIRV::AccessQualifier::ReadOnly, MIRBuilder); in getSampledImageType()
3221 SPIRVType *lowerBuiltinType(const Type *OpaqueType, in lowerBuiltinType() argument
3233 const TargetExtType *BuiltinType = dyn_cast<TargetExtType>(OpaqueType); in lowerBuiltinType()
3236 OpaqueType->getStructName().str(), MIRBuilder.getContext()); in lowerBuiltinType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc22515 {"_ZN4llvm10OpaqueTypeC1ERNS_11LLVMContextE", "llvm::OpaqueType::OpaqueType(llvm::LLVMContext&)"},
22516 {"_ZN4llvm10OpaqueTypeC2ERNS_11LLVMContextE", "llvm::OpaqueType::OpaqueType(llvm::LLVMContext&)"},
22534 {"_ZN4llvm10OpaqueType3getERNS_11LLVMContextE", "llvm::OpaqueType::get(llvm::LLVMContext&)"},
22587 {"_ZN4llvm10OpaqueTypeD1Ev", "llvm::OpaqueType::~OpaqueType()"},
22588 {"_ZN4llvm10OpaqueTypeD0Ev", "llvm::OpaqueType::~OpaqueType()"},
24842 {"_ZTSN4llvm10OpaqueTypeE", "typeinfo name for llvm::OpaqueType"},
26283 {"_ZTIN4llvm10OpaqueTypeE", "typeinfo for llvm::OpaqueType"},
26624 {"_ZTVN4llvm10OpaqueTypeE", "vtable for llvm::OpaqueType"},