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

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h31 Implicit = 0x4, enumerator in enum:llvm::RegState::__anon8443
39 ImplicitDefine = Implicit | Define,
40 ImplicitKill = Implicit | Kill
65 flags & RegState::Implicit,
310 return B ? RegState::Implicit : 0;
/external/clang/lib/Sema/
H A DSemaAccess.cpp1143 bool Implicit = true; local
1149 Implicit = false;
1156 << Implicit;
/external/clang/lib/AST/
H A DExprCXX.cpp771 LambdaExpr::Capture::Capture(SourceLocation Loc, bool Implicit, argument
777 if (Implicit)
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp901 bool Implicit = Record[Idx++] != 0; local
902 if (Implicit) {

Completed in 100 milliseconds