HomeSort by relevance Sort by last modified time
    Searched refs:FS (Results 226 - 250 of 385) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Lex/
PPLexerChange.cpp 489 vfs::FileSystem &FS = *FileMgr.getVirtualFileSystem();
491 for (vfs::recursive_directory_iterator Entry(FS, Dir->getName(), EC), End;
PTHLexer.cpp 635 llvm::sys::fs::UniqueID UniqueID;
638 PTHStatData(uint64_t Size, time_t ModTime, llvm::sys::fs::UniqueID UniqueID,
676 llvm::sys::fs::UniqueID UniqueID(Device, File);
700 vfs::FileSystem &FS) override {
706 return statChained(Path, Data, isFile, F, FS);
  /external/mesa3d/src/glsl/
glsl_parser_extras.cpp 264 #define EXT(NAME, VS, GS, FS, GL, ES, SUPPORTED_FLAG) \
265 { "GL_" #NAME, VS, GS, FS, GL, ES, &gl_extensions::SUPPORTED_FLAG, \
275 /* name VS GS FS GL ES supported flag */
  /ndk/sources/host-tools/nawk-20071023/
tran.c 39 char **FS; /* initial field sep */
54 Cell *fsloc; /* FS */
77 fsloc = setsymtab("FS", " ", 0.0, STR|DONTFREE, symtab);
78 FS = &fsloc->sval;
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 401 FS = 29,
  /external/llvm/include/llvm/ProfileData/
SampleProf.h 357 raw_ostream &operator<<(raw_ostream &OS, const FunctionSamples &FS);
  /external/clang/lib/Analysis/
UninitializedValues.cpp 515 void VisitObjCForCollectionStmt(ObjCForCollectionStmt *FS);
683 void TransferFunctions::VisitObjCForCollectionStmt(ObjCForCollectionStmt *FS) {
685 if (DeclStmt *DS = dyn_cast<DeclStmt>(FS->getElement())) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 600 StringRef FS = TM.getTargetFeatureString();
602 if (!FS.empty()) {
604 ArchFS = (Twine(ArchFS) + "," + FS).str();
606 ArchFS = FS;
    [all...]
  /external/valgrind/coregrind/m_sigframe/
sigframe-x86-linux.c 293 //:: struct i387_fsave_struct *fs = &regs->m_sse.fsave;
295 //:: fs->status = fs->swd;
296 //:: VG_(memcpy)(buf, fs, sizeof(*fs));
369 SC2(fs,FS);
624 tst->arch.vex.guest_FS = sc->fs;
  /external/llvm/include/llvm/Support/
TargetRegistry.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 698 StringRef FS = TM.getTargetFeatureString();
700 const MipsSubtarget STI(TT, CPU, FS, MTM.isLittleEndian(), MTM);
    [all...]
  /external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 243 ~c213=FS # French Southern and Antarctic Lands
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isacfix.c     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
StmtPrinter.cpp 475 if (ObjCAtFinallyStmt *FS = static_cast<ObjCAtFinallyStmt *>(
478 PrintRawCompoundStmt(dyn_cast<CompoundStmt>(FS->getFinallyBody()));
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 208 void VisitForStmt(clang::ForStmt *FS);
243 void DestructorVisitor::VisitForStmt(clang::ForStmt *FS) {
245 VisitStmt(FS);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 102 FunctionSummariesTy *FS,
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 124 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_RegisterId, FS, OS)
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 333 ENTRY(FS) \
  /external/valgrind/VEX/auxprogs/
genoffsets.c 99 GENOFFSET(X86,x86,FS);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 407 TM_STATE(1,FS,ACTIVE)
408 TM_STATE(2,FS,INACTIVE)
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp     [all...]

Completed in 1494 milliseconds

1 2 3 4 5 6 7 8 91011>>