HomeSort by relevance Sort by last modified time
    Searched defs:Ext (Results 1 - 25 of 43) sorted by null

1 2

  /external/clang/test/CodeGen/
2002-07-14-MiscTests2.c 6 char *Ext;
10 fp (12, Ext ? Ext : "<none>");
  /external/llvm/unittests/ADT/
PostOrderIteratorTest.cpp 25 ExtSetTy Ext;
26 po_iterator_storage<ExtSetTy, true> PISExt(Ext);
34 auto PIExt = po_ext_end(NullBB, Ext);
  /external/lzma/CPP/7zip/UI/FileManager/
SysIconUtils.h 14 UString Ext;
18 // int Compare(const CExtIconPair &a) const { return MyStringCompareNoCase(Ext, a.Ext); }
27 // int Compare(const CAttribIconPair &a) const { return Ext.Compare(a.Ext); }
  /prebuilts/go/darwin-x86/src/path/
path.go 161 // Ext returns the file name extension used by path.
165 func Ext(path string) string {
  /prebuilts/go/linux-x86/src/path/
path.go 161 // Ext returns the file name extension used by path.
165 func Ext(path string) string {
  /external/clang/lib/Frontend/
TestModuleFileExtension.cpp 36 auto Ext = static_cast<TestModuleFileExtension *>(getExtension());
38 OS << "Hello from " << Ext->BlockName << " v" << Ext->MajorVersion << "."
39 << Ext->MinorVersion;
45 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext,
47 : ModuleFileExtensionReader(Ext), Stream(InStream)
  /external/lzma/CPP/7zip/Common/
RegisterArc.h 17 const char *Ext;
  /prebuilts/go/darwin-x86/src/path/filepath/
path.go 208 // Ext returns the file name extension used by path.
212 func Ext(path string) string {
  /prebuilts/go/linux-x86/src/path/filepath/
path.go 208 // Ext returns the file name extension used by path.
212 func Ext(path string) string {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h 88 Ext,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.c 47 CHAR8 *Ext;
103 for (Ext = mOptions.OutFileName + strlen (mOptions.OutFileName) - 1;
104 (Ext >= mOptions.OutFileName) && (*Ext != '.') && (*Ext != '\\');
105 Ext--
111 if (*Ext != '.') {
112 Ext = mOptions.OutFileName + strlen (mOptions.OutFileName);
115 strcpy (Ext, DEFAULT_OUTPUT_EXTENSION);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/FwImage/
fwimage.c 301 PUCHAR Ext;
328 Ext = 0;
425 Ext = ".efi";
429 Ext = ".efi";
433 Ext = ".efi";
437 Ext = ".efi";
440 Ext = ".sec";
448 Ext = ".pei";
493 strcpy (pe, Ext);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/
GenTEImage.c 159 INT8 *Ext;
186 for (Ext = mOptions.OutFileName + strlen (mOptions.OutFileName) - 1;
187 (Ext >= mOptions.OutFileName) && (*Ext != '.') && (*Ext != '\\');
188 Ext--
194 if (*Ext != '.') {
195 Ext = mOptions.OutFileName + strlen (mOptions.OutFileName);
198 strcpy (Ext, DEFAULT_OUTPUT_EXTENSION);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h 41 const char *Ext; // If this is a pointer to a named symbol
67 return Source.Ext;
84 static ELFSym *getExtSym(const char *Ext) {
86 Sym->Source.Ext = Ext;
  /build/soong/android/
paths.go 95 // Ext returns the extension of the last element of the path
96 Ext() string
117 genPathWithExt(ctx ModuleContext, subdir, ext string) ModuleGenPath
120 objPathWithExt(ctx ModuleContext, subdir, ext string) ModuleObjPath
128 func GenPathWithExt(ctx ModuleContext, subdir string, p Path, ext string) ModuleGenPath {
130 return path.genPathWithExt(ctx, subdir, ext)
138 func ObjPathWithExt(ctx ModuleContext, subdir string, p Path, ext string) ModuleObjPath {
140 return path.objPathWithExt(ctx, subdir, ext)
307 func (p basePath) Ext() string {
308 return filepath.Ext(p.path
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
EfiRom.c 237 INT8 *Ext;
270 for (Ext = mOptions.OutFileName + strlen (mOptions.OutFileName) - 1;
271 (Ext >= mOptions.OutFileName) && (*Ext != '.') && (*Ext != '\\');
272 Ext--
278 if (*Ext != '.') {
279 Ext = mOptions.OutFileName + strlen (mOptions.OutFileName);
282 strcpy (Ext, DEFAULT_OUTPUT_EXTENSION);
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 85 UString Ext;
89 CArcExtInfo(const UString &ext): Ext(ext) {}
90 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {}
140 return Exts[0].Ext;
142 int FindExtension(const UString &ext) const;
152 s += Exts[i].Ext;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp 522 const ExtractValueInst *Ext = dyn_cast<ExtractValueInst>(*I);
523 if (Ext && Ext->hasIndices()) {
526 unsigned Idx = *Ext->idx_begin();
528 RetValLiveness[Idx] = SurveyUses(Ext, MaybeLiveRetUses[Idx]);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 580 Instruction *Ext = (*I)->clone();
581 Ext->setOperand(0, Current);
582 Ext->insertBefore(IP);
583 Current = Ext;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
InstCombineVectorOps.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 568 AArch64_AM::ShiftExtendType Ext;
578 Ext = getExtendTypeForNode(N.getOperand(0));
579 if (Ext == AArch64_AM::InvalidShiftExtend)
584 Ext = getExtendTypeForNode(N);
585 if (Ext == AArch64_AM::InvalidShiftExtend)
596 assert(Ext != AArch64_AM::UXTX && Ext != AArch64_AM::SXTX);
598 Shift = CurDAG->getTargetConstant(getArithExtendImm(Ext, ShiftVal), SDLoc(N),
785 AArch64_AM::ShiftExtendType Ext =
787 if (Ext == AArch64_AM::InvalidShiftExtend
    [all...]

Completed in 1084 milliseconds

1 2