HomeSort by relevance Sort by last modified time
    Searched defs:PE (Results 1 - 25 of 29) sorted by null

1 2

  /external/arduino/hardware/arduino/cores/arduino/
pins_arduino.c 72 #define PE 5
133 PE , // PE 0 ** 0 ** USART0_RX
134 PE , // PE 1 ** 1 ** USART0_TX
135 PE , // PE 4 ** 2 ** PWM2
136 PE , // PE 5 ** 3 ** PWM3
138 PE , // PE 3 ** 5 ** PWM5
    [all...]
  /external/clang/test/SemaCXX/
for-range-dereference.cpp 68 PrivateEnd PE;
71 for (auto i : PE) { } // expected-error{{'end' is a private member of 'PrivateEnd'}}
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 279 pred_iterator PB = pred_begin(RetBlock), PE = pred_end(RetBlock);
281 std::distance(PB, PE), "merge",
284 for (pred_iterator PI = PB; PI != PE; ++PI)
TailRecursionElimination.cpp 568 pred_iterator PB = pred_begin(OldEntry), PE = pred_end(OldEntry);
571 std::distance(PB, PE) + 1,
580 for (pred_iterator PI = PB; PI != PE; ++PI) {
JumpThreading.cpp 750 pred_iterator PI = pred_begin(BB), PE = pred_end(BB);
751 if (CondBr && CondConst && CondBr->isConditional() && PI != PE &&
763 while (++PI != PE) {
771 if (PI == PE) {
    [all...]
GVN.cpp 761 pred_iterator PI = pred_begin(BB), PE = pred_end(BB);
764 if (PI == PE)
767 for (; PI != PE; ++PI)
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyImpl.h 135 PE = GraphTraits< Inverse<BlockT *> >::child_end(BB);
137 if (PI == PE)
143 if (PI != PE)
172 PE = GraphTraits< Inverse<BlockT *> >::child_end(BB);
173 PI != PE; ++PI) {
220 PE = GraphTraits< Inverse<BlockT *> >::child_end(Head);
221 PI != PE; ++PI) {
297 PE = GraphTraits< Inverse<BlockT *> >::child_end(BB);
298 PI != PE; ++PI) {
LoopInfoImpl.h 152 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI) {
174 typename InvBlockTraits::ChildIteratorType PE =
177 for (; PI != PE; ++PI) {
275 InvBlockTraits::child_begin(BB), PE = InvBlockTraits::child_end(BB);
276 PI != PE; ++PI) {
414 PE = InvBlockTraits::child_end(PredBB); PI != PE; ++PI) {
533 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI)
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 224 Function::arg_iterator PI = F->arg_begin(), PE = F->arg_end();
228 if (PI != PE) {
ProfileInfo.cpp 71 const_pred_iterator PI = pred_begin(BB), PE = pred_end(BB);
74 if (PI == PE) {
82 for (; PI != PE; ++PI) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 690 pred_iterator PI = pred_begin(BB), PE = pred_end(BB);
691 if (PI == PE) // No predecessor
694 if (PI == PE) // Only one predecessor
697 if (PI != PE) // More than two predecessors
SimplifyCFG.cpp     [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 557 PI = Path.begin(), PE = Path.end();
558 while (PI != PE && *PI == DC_match) {
563 for (; PI != PE; ++PI) {
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 557 FunctionType::param_iterator PE = FT->param_end();
558 for (; PI != PE; ++PI) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /external/chromium_org/tools/symsrc/
pefile.py 5 All the PE file basic structures are available with their default names
11 pefile has been tested against the limits of valid PE headers, that is, malware.
492 def __init__(self, pe, rva_ptr):
493 self.pe = pe
527 self.string = self.pe.get_string_u_at_rva(
556 data = self.pe.get_data(self.rva_ptr, 2)
587 self.string = self.pe.get_string_u_at_rva(self.rva_ptr)
591 """Generic PE format error exception."""
601 """Convenience class for dumping the PE information.""
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
BugReporter.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 451 milliseconds

1 2