Searched defs:AsmCond (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h1 //===- AsmCond.h - Assembly file conditional assembly ----------*- C++ -*-===//
15 /// AsmCond - Class to support conditional assembly
18 /// implemented with AsmCond that tells us what we are in the middle of
22 class AsmCond { class in namespace:llvm
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} function in class:llvm::AsmCond
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
H A DAsmCond.h1 //===- AsmCond.h - Assembly file conditional assembly ----------*- C++ -*-===//
15 /// AsmCond - Class to support conditional assembly
18 /// implemented with AsmCond that tells us what we are in the middle of
22 class AsmCond { class in namespace:llvm
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} function in class:llvm::AsmCond

Completed in 458 milliseconds