OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVM_ATTRIBUTE_UNUSED
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Support/
Compiler.h
47
#define
LLVM_ATTRIBUTE_UNUSED
__attribute__((__unused__))
49
#define
LLVM_ATTRIBUTE_UNUSED
/external/llvm/unittests/ADT/
SmallVectorTest.cpp
80
friend bool
LLVM_ATTRIBUTE_UNUSED
/external/clang/lib/AST/
StmtPrinter.cpp
91
void VisitStmt(Stmt *Node)
LLVM_ATTRIBUTE_UNUSED
{
94
void VisitExpr(Expr *Node)
LLVM_ATTRIBUTE_UNUSED
{
[
all
...]
/external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp
112
friend bool
LLVM_ATTRIBUTE_UNUSED
operator<(unsigned PseudoOpc,
[
all
...]
Completed in 104 milliseconds