Searched defs:Implicit (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h32 Implicit = 0x4, enumerator in enum:llvm::RegState::__anon21841
40 ImplicitDefine = Implicit | Define,
41 ImplicitKill = Implicit | Kill
70 flags & RegState::Implicit,
387 return B ? RegState::Implicit : 0;
/external/clang/lib/AST/
H A DExprCXX.cpp814 LambdaExpr::Capture::Capture(SourceLocation Loc, bool Implicit, argument
820 if (Implicit)
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp990 bool Implicit = Record[Idx++] != 0; local
991 if (Implicit) {

Completed in 168 milliseconds