HomeSort by relevance Sort by last modified time
    Searched defs:BB1 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
warn-reorder-ctor-initialization.cpp 5 struct BB1 {};
7 class complex : public BB, BB1 {
12 s3(3), // expected-warning {{field 's3' will be initialized after base 'BB1'}}
13 BB1(), // expected-warning {{base class 'BB1' will be initialized after base 'BB'}}
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 821 static bool isSafeToHoistInvoke(BasicBlock *BB1, BasicBlock *BB2,
    [all...]

Completed in 58 milliseconds