/minix3/external/bsd/llvm/dist/clang/test/CodeCompletion/ |
H A D | macros.c | 5 struct Point { struct 10 void test(struct Point *p) { in test() argument
|
H A D | member-access.c | 1 struct Point { struct 7 void test(struct Point *p) { argument
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | c99.cpp | 5 struct Point { int x; int y; int z[]; }; // expected-warning{{flexible array members are a C99 feat… struct
|
H A D | tag-ambig.cpp | 5 typedef struct Point Point; typedef 16 struct Point { }; struct in Test
|
H A D | arrow-operator.cpp | 29 class Point {}; class 30 class Line_Segment{ public: Line_Segment(const Point&){} }; in Line_Segment()
|
H A D | implicit-member-functions.cpp | 102 template<typename K> struct Point { struct 103 Vector<K> v;
|
H A D | member-init.cpp | 97 struct Point { // expected-note 3 {{candidate constructor}} struct 102 …int(0,0); // expected-error {{no matching constructor for initialization of 'rdar14084171::Point'}}
|
/minix3/external/bsd/llvm/dist/clang/test/FixIt/ |
H A D | fixit-errors.c | 15 struct Point { struct 19 struct Point *get_origin(); argument
|
H A D | typo.c | 7 struct Point { struct 12 struct Point top_left, // expected-note{{'top_left' declared here}} argument
|
H A D | no-typo.c | 4 } Point; typedef
|
/minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/ |
H A D | point.h | 1 struct Point { int x, y; }; struct
|
H A D | ignored_macros.h | 1 struct Point { struct 2 double x, y;
|
/minix3/external/bsd/llvm/dist/clang/test/Index/ |
H A D | complete-tabs.c | 2 struct Point { int x, y; }; struct
|
H A D | complete-macro-args.c | 1 struct Point { struct 10 void test(struct Point *p) { in test() argument
|
/minix3/external/bsd/llvm/dist/clang/test/PCH/ |
H A D | struct.h | 3 struct Point { struct 7 struct Point2 { argument
|
/minix3/external/bsd/llvm/dist/clang/test/Modules/ |
H A D | ignored_macros.m | 45 struct Point p; struct
|
/minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
H A D | ptr-arith.c | 289 struct Point { struct 293 void symbolicFieldRegion(struct Point *points, int i, int j) { in symbolicFieldRegion() argument
|
H A D | new.cpp | 174 struct Point { int x, y; }; in testAggregateNew() struct
|
H A D | uninit-vals.m | 47 } Point; typedef
|
H A D | fields.c | 24 } Point; typedef
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 139 BasicBlock::iterator Point; variable 200 BasicBlock::iterator Point; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 386 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 268 Scatterer Scalarizer::scatter(Instruction *Point, Value *V) { in scatter()
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 1406 } Point; member in __anon2960da4b0211::TypePromotionTransaction::InsertionHandler 1793 TypePromotionTransaction::ConstRestorationPt Point) { in rollback()
|