Home
last modified time | relevance | path

Searched refs:isReturnValue (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeRawSymbol.h213 bool isReturnValue() const override;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h208 bool isReturnValue() const override;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBRawSymbol.h235 virtual bool isReturnValue() const = 0;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeRawSymbol.cpp667 bool NativeRawSymbol::isReturnValue() const { in isReturnValue() function in NativeRawSymbol
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp377 RAW_METHOD_DUMP(OS, isReturnValue); in dump()
1202 bool DIARawSymbol::isReturnValue() const { in isReturnValue() function in DIARawSymbol
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp1245 bool isReturnValue = false) { in attrNonNullArgCheck() argument
1247 if (isReturnValue) in attrNonNullArgCheck()