Searched defs:IsSimple (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ppapi/generators/test_thunk/
H A Dsimple_thunk.cc29 PP_Bool IsSimple(PP_Resource resource) { function in namespace:ppapi::thunk::__anon10074
30 VLOG(4) << "PPB_Simple::IsSimple()";
85 &IsSimple,
94 &IsSimple,
103 &IsSimple,
/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h31 bool IsSimple; member in struct:llvm::DefaultDOTGraphTraits
35 return IsSimple;
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp77 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, argument
205 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
482 bool IsSimple = (NumOutputs != 0 || NumInputs != 0); local
484 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple,
H A DTreeTransform.h1214 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, argument
1220 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs,
/external/llvm/lib/CodeGen/
H A DTailDuplication.cpp107 bool IsSimple, MachineBasicBlock &TailBB);
115 bool IsSimple,
120 bool IsSimple,
212 bool IsSimple,
220 if (!TailDuplicate(MBB, IsSimple, MF, TDBBs, Copies))
329 bool IsSimple = isSimpleBB(MBB); local
331 if (!shouldTailDuplicate(MF, IsSimple, *MBB))
334 MadeChange |= TailDuplicateAndUpdate(MBB, IsSimple, MF);
547 bool IsSimple,
611 if (IsSimple)
211 TailDuplicateAndUpdate(MachineBasicBlock *MBB, bool IsSimple, MachineFunction &MF) argument
546 shouldTailDuplicate(const MachineFunction &MF, bool IsSimple, MachineBasicBlock &TailBB) argument
749 TailDuplicate(MachineBasicBlock *TailBB, bool IsSimple, MachineFunction &MF, SmallVectorImpl<MachineBasicBlock *> &TDBBs, SmallVectorImpl<MachineInstr *> &Copies) argument
[all...]
/external/llvm/include/llvm/MC/
H A DMCDwarf.h470 CompactUnwindEncoding(0), IsSignalFrame(false), IsSimple(false) {}
480 bool IsSimple; member in struct:llvm::MCDwarfFrameInfo
/external/llvm/lib/MC/
H A DMCDwarf.cpp1026 bool IsSimple);
1337 bool IsSimple) {
1440 if (!IsSimple) {
1534 IsSimple(IsSimple_) {}
1539 bool IsSimple; member in struct:__anon25881::CIEKey
1557 Key.IsSimple));
1565 LHS.IsSimple == RHS.IsSimple;
1630 Frame.LsdaEncoding, Frame.IsSignalFrame, Frame.IsSimple);
1637 Frame.IsSimple);
1331 EmitCIE(MCObjectStreamer &streamer, const MCSymbol *personality, unsigned personalityEncoding, const MCSymbol *lsda, bool IsSignalFrame, unsigned lsdaEncoding, bool IsSimple) argument
[all...]
H A DMCStreamer.cpp252 void MCStreamer::EmitCFIStartProc(bool IsSimple) { argument
258 Frame.IsSimple = IsSimple;
/external/clang/include/clang/AST/
H A DStmt.h1393 bool IsSimple; member in class:clang::AsmStmt
1407 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile),
1420 bool isSimple() const { return IsSimple; }
1421 void setSimple(bool V) { IsSimple = V; }

Completed in 120 milliseconds