/llvm-project/clang/test/Parser/ |
H A D | altivec-zvector-bool.c | 19 __vector bool int bi; variable 23 __vector _Bool int bi; variable
|
/llvm-project/clang/test/Modules/ |
H A D | merge-template-pattern-visibility.cpp | 16 CrossModuleMerge::B<int> bi; in g() local
|
/llvm-project/llvm/utils/llvm-lit/ |
H A D | CMakeLists.txt | 33 set(bi "${bi}/${LIT_FILE_NAME}") variable
|
/llvm-project/lldb/test/API/lang/cpp/class_types/ |
H A D | main.cpp | 50 B(int ai, int bi) : in B() 80 C(int ai, int bi, int ci) : in C()
|
/llvm-project/clang/test/Modules/Inputs/merge-template-pattern-visibility/ |
H A D | b.h | 9 B<int> bi; in f() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-alias.cpp | 22 x::bar<int> bi; variable
|
H A D | debug-info-template-explicit-specialization.cpp | 28 b<int> bi; variable
|
/llvm-project/clang/test/Sema/ |
H A D | zvector2.c | 15 vector bool int bi, bi2; variable
|
H A D | zvector.c | 15 vector bool int bi, bi2; variable [all...] |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTStructExtractor.cpp | 64 for (CompoundStmt::const_body_iterator bi = body_compound_stmt->body_begin(), in ExtractFromFunctionDecl() local
|
H A D | ClangASTImporter.cpp | 587 bi = (IsVirtual ? record->vbases_begin() : record->bases_begin()), ExtractBaseOffsets() local 725 bi = parser_cxx_record->bases_begin(), importRecordLayoutFromOrigin() local [all...] |
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | zvector2.c | 5 volatile vector bool int bi; global() variable [all...] |
H A D | zvector.c | 15 volatile vector bool int bi, bi2; global() variable [all...] |
/llvm-project/clang/test/SemaTemplate/ |
H A D | friend.cpp | 123 B<int> bi; // ok?! variable
|
H A D | deduction.cpp | 414 …int bi = B<char, char>; // expected-note {{during template argument deduction for variable templat… variable
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp |
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SparseBitVector.h | 880 typename SparseBitVector<ElementSize>::iterator bi = LHS.begin(), in dump() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | simplify-boolean-expr.cpp | 290 bool bi = (i > 20); in operator_not_equal() local
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg13xx.cpp | 228 B<int> bi; // ok variable
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | PPCIntrinsicCall.cpp | 1313 std::pair<llvm::StringRef, mlir::FunctionType> bi; in genVecAnyCompare() local
|
/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 3285 for (const auto &bi : Layout.getVBaseOffsetsMap()) computeVtorDispSet() local
|