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

  /external/clang/test/CodeGen/
2003-09-18-BitfieldTests.c 4 typedef struct BF {
8 } BF;
10 char *test1(BF *b) {
14 void test2(BF *b) { // Increment and decrement operators
19 void test3(BF *b) {
23 int test4(BF *b) {
27 void test5(BF *b, int i) { // array ref
volatile.c 23 struct { int x:3; } BF;
86 i=BF.x;
87 // CHECK-IT: load i8* getelementptr {{.*}} @BF
88 // CHECK-MS: load i32* getelementptr {{.*}} @BF
158 BF.x=i;
160 // CHECK-IT: load i8* getelementptr {{.*}} @BF
161 // CHECK-MS: load i32* getelementptr {{.*}} @BF
162 // CHECK-IT: store i8 {{.*}}, i8* getelementptr {{.*}} @BF
163 // CHECK-MS: store i32 {{.*}}, i32* getelementptr {{.*}} @BF
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 88 static BodyFarm *BF = new BodyFarm(C);
89 return *BF;
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 142 BF(new String[]{
    [all...]

Completed in 197 milliseconds