OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVM_ATTRIBUTE_UNUSED_RESULT
(Results
1 - 12
of
12
) sorted by null
/external/llvm/include/llvm/Support/
Casting.h
132
LLVM_ATTRIBUTE_UNUSED_RESULT
inline bool isa(const Y &Val) {
246
LLVM_ATTRIBUTE_UNUSED_RESULT
inline typename std::enable_if<
256
LLVM_ATTRIBUTE_UNUSED_RESULT
inline typename std::enable_if<
266
LLVM_ATTRIBUTE_UNUSED_RESULT
inline typename cast_retty<X, Y *>::ret_type
283
LLVM_ATTRIBUTE_UNUSED_RESULT
inline typename std::enable_if<
290
LLVM_ATTRIBUTE_UNUSED_RESULT
inline typename cast_retty<X, Y>::ret_type
296
LLVM_ATTRIBUTE_UNUSED_RESULT
inline typename cast_retty<X, Y *>::ret_type
305
LLVM_ATTRIBUTE_UNUSED_RESULT
inline typename std::enable_if<
312
LLVM_ATTRIBUTE_UNUSED_RESULT
inline typename std::enable_if<
319
LLVM_ATTRIBUTE_UNUSED_RESULT
inline typename cast_retty<X, Y *>::ret_typ
[
all
...]
Compiler.h
126
#define
LLVM_ATTRIBUTE_UNUSED_RESULT
__attribute__((__warn_unused_result__))
128
#define
LLVM_ATTRIBUTE_UNUSED_RESULT
/external/llvm/include/llvm/ADT/
APInt.h
781
APInt
LLVM_ATTRIBUTE_UNUSED_RESULT
And(const APInt &RHS) const {
803
APInt
LLVM_ATTRIBUTE_UNUSED_RESULT
Or(const APInt &RHS) const {
825
APInt
LLVM_ATTRIBUTE_UNUSED_RESULT
Xor(const APInt &RHS) const {
859
APInt
LLVM_ATTRIBUTE_UNUSED_RESULT
ashr(unsigned shiftAmt) const;
864
APInt
LLVM_ATTRIBUTE_UNUSED_RESULT
lshr(unsigned shiftAmt) const;
869
APInt
LLVM_ATTRIBUTE_UNUSED_RESULT
shl(unsigned shiftAmt) const {
880
APInt
LLVM_ATTRIBUTE_UNUSED_RESULT
rotl(unsigned rotateAmt) const;
883
APInt
LLVM_ATTRIBUTE_UNUSED_RESULT
rotr(unsigned rotateAmt) const;
888
APInt
LLVM_ATTRIBUTE_UNUSED_RESULT
ashr(const APInt &shiftAmt) const;
893
APInt
LLVM_ATTRIBUTE_UNUSED_RESULT
lshr(const APInt &shiftAmt) const
[
all
...]
APSInt.h
81
APSInt
LLVM_ATTRIBUTE_UNUSED_RESULT
trunc(uint32_t width) const {
85
APSInt
LLVM_ATTRIBUTE_UNUSED_RESULT
extend(uint32_t width) const {
92
APSInt
LLVM_ATTRIBUTE_UNUSED_RESULT
extOrTrunc(uint32_t width) const {
238
APSInt
LLVM_ATTRIBUTE_UNUSED_RESULT
And(const APSInt& RHS) const {
246
APSInt
LLVM_ATTRIBUTE_UNUSED_RESULT
Or(const APSInt& RHS) const {
254
APSInt
LLVM_ATTRIBUTE_UNUSED_RESULT
Xor(const APSInt& RHS) const {
SmallSet.h
45
bool
LLVM_ATTRIBUTE_UNUSED_RESULT
empty() const {
SetVector.h
197
T
LLVM_ATTRIBUTE_UNUSED_RESULT
pop_back_val() {
SmallPtrSet.h
79
bool
LLVM_ATTRIBUTE_UNUSED_RESULT
empty() const { return size() == 0; }
ilist.h
434
bool
LLVM_ATTRIBUTE_UNUSED_RESULT
empty() const {
594
size_type
LLVM_ATTRIBUTE_UNUSED_RESULT
size() const {
SmallVector.h
57
bool
LLVM_ATTRIBUTE_UNUSED_RESULT
empty() const { return BeginX == EndX; }
413
T
LLVM_ATTRIBUTE_UNUSED_RESULT
pop_back_val() {
DenseMap.h
79
bool
LLVM_ATTRIBUTE_UNUSED_RESULT
empty() const {
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
276
unsigned
LLVM_ATTRIBUTE_UNUSED_RESULT
/external/llvm/include/llvm/Analysis/
ScalarEvolution.h
336
static SCEV::NoWrapFlags
LLVM_ATTRIBUTE_UNUSED_RESULT
340
static SCEV::NoWrapFlags
LLVM_ATTRIBUTE_UNUSED_RESULT
344
static SCEV::NoWrapFlags
LLVM_ATTRIBUTE_UNUSED_RESULT
[
all
...]
Completed in 743 milliseconds