Home
last modified time | relevance | path

Searched refs:invocation (Results 1 – 25 of 58) sorted by relevance

123

/minix3/external/bsd/llvm/dist/clang/unittests/Frontend/
H A DFrontendActionTest.cpp79 CompilerInvocation *invocation = new CompilerInvocation; in TEST() local
80 invocation->getPreprocessorOpts().addRemappedFile( in TEST()
83 invocation->getFrontendOpts().Inputs.push_back(FrontendInputFile("test.cc", in TEST()
85 invocation->getFrontendOpts().ProgramAction = frontend::ParseSyntaxOnly; in TEST()
86 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu"; in TEST()
88 compiler.setInvocation(invocation); in TEST()
99 CompilerInvocation *invocation = new CompilerInvocation; in TEST() local
100 invocation->getPreprocessorOpts().addRemappedFile( in TEST()
103 invocation->getFrontendOpts().Inputs.push_back(FrontendInputFile("test.cc", in TEST()
105 invocation->getFrontendOpts().ProgramAction = frontend::ParseSyntaxOnly; in TEST()
[all …]
/minix3/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_CTX_set_default_passwd_cb.pod22 will be provided to the password callback on invocation.
25 password to be used during decryption. On invocation a pointer to B<userdata>
/minix3/external/bsd/llvm/dist/clang/test/Modules/
H A Dignored_macros.m6 // Second trial: pass -DIGNORED=1 only to the second invocation. We
15 // Third trial: pass -DIGNORED=1 only to the second invocation, but
/minix3/external/bsd/llvm/dist/llvm/projects/
H A DCMakeLists.txt2 # Note that explicit cmake invocation is required every time a new project is
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dsjljehprepare-lower-empty-struct.ll10 ; __Unwind_SjLj_Register and actual @bar invocation
/minix3/lib/libc/softfloat/
H A Dtimesoftfloat.txt59 in a single invocation as explained in the section _Function_Sets_ later in
141 sequence, multiple operations can also be tested with a single invocation.
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td77 "%0 command failed with exit code %1 (use -v to see invocation)">;
79 "%0 command failed due to signal (use -v to see invocation)">;
H A DDiagnosticLexKinds.td495 "unterminated function-like macro invocation">;
497 "too many arguments provided to function-like macro invocation">;
504 "too few arguments provided to function-like macro invocation">;
/minix3/external/bsd/llvm/dist/llvm/docs/CommandGuide/
H A Dbugpoint.rst69 Pass all arguments specified after **--gcc-tool-args** to the invocation of
74 Pass all arguments specified after **--opt-args** to the invocation of **opt**.
/minix3/external/bsd/llvm/dist/clang/docs/
H A DHowToSetupToolingForLLVM.rst92 echo "Can't detect file's compilation arguments and no previous clang-check invocation!"
100 will re-run the last clang-check invocation made from this vim instance
/minix3/external/bsd/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-05-18-ExceptionHandling.txt5 the VM, as well as an extension to the LLVM function invocation syntax.
7 The LLVM function invocation instruction previously looks like this (ignoring
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dblocks.m92 // In the test above, check that the use in the invocation function
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwarn-consumed-analysis.cpp120 …expected-warning {{invalid invocation of method '~DestructorTester' on object 'D1' while it is in …
/minix3/external/bsd/libc++/dist/libcxx/include/
H A D__functional_03506 // 20.7.16.2.4, function invocation:
782 // 20.7.16.2.4, function invocation:
1058 // 20.7.16.2.4, function invocation:
1333 // 20.7.16.2.4, function invocation:
/minix3/external/bsd/less/dist/
H A Ddefines.o257 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
H A Ddefines.o956 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
H A Ddefines.wn57 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
H A Ddefines.ds56 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
H A Ddefines.h.in55 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DBugpoint.rst188 every invocation of the function. Then add code which simply returns false on
/minix3/crypto/external/bsd/heimdal/dist/windows/
H A DNTMakefile.w32240 # If this is the initial invocation, we check if all the build
/minix3/external/bsd/llvm/dist/llvm/cmake/
H A Dconfig-ix.cmake331 # invocation time.
/minix3/external/bsd/bind/dist/doc/misc/
H A Dmigration225 updates in a single invocation of nsupdate by terminating each update
/minix3/releasetools/
H A Dimage.functions436 echo " CREATE_IMAGE_ONLY If set to 1, skip invocation of build.sh (default: 0)"
/minix3/external/bsd/flex/dist/po/
H A DMakefile.in.in185 # every "make" invocation, only create it when it is missing.

123