Searched refs:AddressOf (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1993 ret_value = ret_value->AddressOf(error);
2671 ValueObjectSP ValueObject::AddressOf(Status &error) { function in class:ValueObject
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp530 valobj_sp = valobj_sp->AddressOf(error);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3835 bool AddressOf) {
3867 if (AddressOf && AllPODFields)
3892 if (InitList && !AddressOf && FoundVD == InitListFieldDecl) {
3914 void HandleValue(Expr *E, bool AddressOf) {
3919 AddressOf /*AddressOf*/);
3925 HandleValue(CO->getTrueExpr(), AddressOf);
3926 HandleValue(CO->getFalseExpr(), AddressOf);
3933 HandleValue(BCO->getFalseExpr(), AddressOf);
3938 HandleValue(OVE->getSourceExpr(), AddressOf);
[all...]
H A DSemaInit.cpp7314 AddressOf,
7826 Path.push_back({IndirectLocalPathEntry::AddressOf, CE});
7963 Path.push_back({IndirectLocalPathEntry::AddressOf, UO});
8050 case IndirectLocalPathEntry::AddressOf:
8080 if (It.Kind == IndirectLocalPathEntry::AddressOf)
8303 case IndirectLocalPathEntry::AddressOf:
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1072 ValueObjectSP address_of_valobj_sp(valobj_sp->AddressOf(error));
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 258 milliseconds

12