Home
last modified time | relevance | path

Searched refs:BFile (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/hgl/
Dbitmap_wrapper.cpp139 BFile dump(filename, B_CREATE_FILE | B_WRITE_ONLY); in dump_bitmap()
/external/clang/tools/libclang/
DCIndex.cpp7975 CXFile BFile; in operator <<() local
7977 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr); in operator <<()
7983 CXString BFileName = clang_getFileName(BFile); in operator <<()
7984 if (BFile == EFile) { in operator <<()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp9086 CXFile BFile; in operator <<() local
9088 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr); in operator <<()
9094 CXString BFileName = clang_getFileName(BFile); in operator <<()
9095 if (BFile == EFile) { in operator <<()